Color Hex Logo

#721fb9 Color Hex

#721FB9
(114,31,185)
0 Favorites   0 Comments

Color spaces of #721fb9

RGB 11431185
HSL0.760.710.42
HSV272°83°73°
CMYK 0.380.830.00   0.27
XYZ16.18648.060246.6016
Yxy8.06020.22850.1138
Hunter Lab28.390552.0857-77.4483
CIE-Lab34.107961.1626-64.3291

#721fb9 color RGB value is (114,31,185).

#721fb9 hex color red value is 114, green value is 31 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #721fb9 hue: 0.76 , saturation: 0.71 and the lightness value of 721fb9 is 0.42.

The process color (four color CMYK) of #721fb9 color hex is 0.38, 0.83, 0.00, 0.27. Web safe color of #721fb9 is #6633cc. Color #721fb9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00011111 10111001
Octal 162 37 271
Decimal 114 31 185
Hex 72 1F B9

RGB Percentages of Color #721fb9

%34.55
%9.39
%56.06

CMYK Percentages of Color #721fb9

%38
%83
%0
%27

Triadic Colors of #721fb9

#721fb9 #b9721f #1fb972

Analogous Colors of #721fb9

#721fb9 #b91fb3 #251fb9

Monochromatic Colors of #721fb9

#721fb9

Complementary Color

#721fb9 #66b91f

#721fb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#721fb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#721fb9 Color CSS Codes

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

#721fb9 Text Font Color

<p style="color:#721fb9">Text here</p>

This sample text font color is #721fb9
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.


#721fb9 Background Color

<div style="background-color:#721fb9">
Div content here</div>

This div background color is #721fb9


#721fb9 Border Color

<div style="border:3px solid #721fb9">
Div here</div>

This div border color is #721fb9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,31,185, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #721fb9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #721fb9;
  -webkit-box-shadow: 1px 1px 3px 2px #721fb9;
  box-shadow:         1px 1px 3px 2px #721fb9; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #721fb9


Comments

No comments written yet.

Please login to write comment.