Color Hex Logo

#722099 Color Hex

#722099
(114,32,153)
0 Favorites   0 Comments

Color spaces of #722099

RGB 11432153
HSL0.780.650.36
HSV281°79°60°
CMYK 0.250.790.00   0.40
XYZ13.20576.910330.7748
Yxy6.91030.25950.1358
Hunter Lab26.287443.6678-51.0098
CIE-Lab31.601853.7867-49.1806

#722099 color RGB value is (114,32,153).

#722099 hex color red value is 114, green value is 32 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #722099 hue: 0.78 , saturation: 0.65 and the lightness value of 722099 is 0.36.

The process color (four color CMYK) of #722099 color hex is 0.25, 0.79, 0.00, 0.40. Web safe color of #722099 is #663399. Color #722099 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00100000 10011001
Octal 162 40 231
Decimal 114 32 153
Hex 72 20 99

RGB Percentages of Color #722099

%38.13
%10.70
%51.17

CMYK Percentages of Color #722099

%25
%79
%0
%40

Triadic Colors of #722099

#722099 #997220 #209972

Analogous Colors of #722099

#722099 #992084 #362099

Monochromatic Colors of #722099

#722099

Complementary Color

#722099 #479920

#722099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#722099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#722099 Color CSS Codes

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

#722099 Text Font Color

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

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


#722099 Background Color

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

This div background color is #722099


#722099 Border Color

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

This div border color is #722099


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,32,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #722099; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #722099;
  -webkit-box-shadow: 1px 1px 3px 2px #722099;
  box-shadow:         1px 1px 3px 2px #722099; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #722099


Comments

No comments written yet.

Please login to write comment.