Color Hex Logo

#7210af Color Hex

#7210AF
(114,16,175)
0 Favorites   0 Comments

Color spaces of #7210af

RGB 11416175
HSL0.770.830.37
HSV277°91°69°
CMYK 0.350.910.00   0.31
XYZ14.86267.043141.1336
Yxy7.04310.23580.1117
Hunter Lab26.538853.5227-73.3187
CIE-Lab31.904862.8875-61.9857

#7210af color RGB value is (114,16,175).

#7210af hex color red value is 114, green value is 16 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7210af hue: 0.77 , saturation: 0.83 and the lightness value of 7210af is 0.37.

The process color (four color CMYK) of #7210af color hex is 0.35, 0.91, 0.00, 0.31. Web safe color of #7210af is #660099. Color #7210af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00010000 10101111
Octal 162 20 257
Decimal 114 16 175
Hex 72 10 AF

RGB Percentages of Color #7210af

%37.38
%5.25
%57.38

CMYK Percentages of Color #7210af

%35
%91
%0
%31

Triadic Colors of #7210af

#7210af #af7210 #10af72

Analogous Colors of #7210af

#7210af #af109d #2310af

Monochromatic Colors of #7210af

#7210af

Complementary Color

#7210af #4daf10

#7210af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7210af Color Preview on White Background

Lorem ipsum dolor sit amet.

#7210af Color CSS Codes

.mybgcolor {background-color:#7210af; } 
.myforecolor {color:#7210af; }
.mybordercolor {border:3px solid #7210af; }

#7210af Text Font Color

<p style="color:#7210af">Text here</p>

This sample text font color is #7210af
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#7210af Background Color

<div style="background-color:#7210af">
Div content here</div>

This div background color is #7210af


#7210af Border Color

<div style="border:3px solid #7210af">
Div here</div>

This div border color is #7210af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,16,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7210af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7210af;
  -webkit-box-shadow: 1px 1px 3px 2px #7210af;
  box-shadow:         1px 1px 3px 2px #7210af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,16,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7210af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #7210af;
  -webkit-box-shadow: 1px 1px 3px 2px #7210af;
  box-shadow:         1px 1px 3px 2px #7210af;">
Div content here</div>

This div box has shadow with color #7210af


Comments

No comments written yet.

Please login to write comment.