Color Hex Logo

#721164 Color Hex

#721164
(114,17,100)
0 Favorites   0 Comments

Color spaces of #721164

RGB 11417100
HSL0.860.740.26
HSV309°85°45°
CMYK 0.000.850.12   0.55
XYZ9.44014.898412.5045
Yxy4.89840.35170.1825
Hunter Lab22.132337.4040-18.0055
CIE-Lab26.443348.6071-24.0366

#721164 color RGB value is (114,17,100).

#721164 hex color red value is 114, green value is 17 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #721164 hue: 0.86 , saturation: 0.74 and the lightness value of 721164 is 0.26.

The process color (four color CMYK) of #721164 color hex is 0.00, 0.85, 0.12, 0.55. Web safe color of #721164 is #660066. Color #721164 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00010001 01100100
Octal 162 21 144
Decimal 114 17 100
Hex 72 11 64

RGB Percentages of Color #721164

%49.35
%7.36
%43.29

CMYK Percentages of Color #721164

%0
%85
%12
%55

Triadic Colors of #721164

#721164 #647211 #116472

Analogous Colors of #721164

#721164 #721133 #501172

Monochromatic Colors of #721164

#721164

Complementary Color

#721164 #11721f

#721164 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#721164 Color Preview on White Background

Lorem ipsum dolor sit amet.

#721164 Color CSS Codes

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

#721164 Text Font Color

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

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


#721164 Background Color

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

This div background color is #721164


#721164 Border Color

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

This div border color is #721164


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #721164


Comments

No comments written yet.

Please login to write comment.