Color Hex Logo

#72299f Color Hex

#72299F
(114,41,159)
0 Favorites   0 Comments

Color spaces of #72299f

RGB 11441159
HSL0.770.590.39
HSV277°74°62°
CMYK 0.280.740.00   0.38
XYZ13.99047.666533.5433
Yxy7.66650.25340.1389
Hunter Lab27.688441.7376-52.4452
CIE-Lab33.278451.5909-50.1133

#72299f color RGB value is (114,41,159).

#72299f hex color red value is 114, green value is 41 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #72299f hue: 0.77 , saturation: 0.59 and the lightness value of 72299f is 0.39.

The process color (four color CMYK) of #72299f color hex is 0.28, 0.74, 0.00, 0.38. Web safe color of #72299f is #663399. Color #72299f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00101001 10011111
Octal 162 51 237
Decimal 114 41 159
Hex 72 29 9F

RGB Percentages of Color #72299f

%36.31
%13.06
%50.64

CMYK Percentages of Color #72299f

%28
%74
%0
%38

Triadic Colors of #72299f

#72299f #9f7229 #299f72

Analogous Colors of #72299f

#72299f #9f2991 #37299f

Monochromatic Colors of #72299f

#72299f

Complementary Color

#72299f #569f29

#72299f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72299f Color Preview on White Background

Lorem ipsum dolor sit amet.

#72299f Color CSS Codes

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

#72299f Text Font Color

<p style="color:#72299f">Text here</p>

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


#72299f Background Color

<div style="background-color:#72299f">
Div content here</div>

This div background color is #72299f


#72299f Border Color

<div style="border:3px solid #72299f">
Div here</div>

This div border color is #72299f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,41,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72299f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72299f;
  -webkit-box-shadow: 1px 1px 3px 2px #72299f;
  box-shadow:         1px 1px 3px 2px #72299f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72299f


Comments

No comments written yet.

Please login to write comment.