Color Hex Logo

#724066 Color Hex

#724066
(114,64,102)
0 Favorites   0 Comments

Color spaces of #724066

RGB 11464102
HSL0.870.280.35
HSV314°44°45°
CMYK 0.000.440.11   0.55
XYZ11.17118.203513.5650
Yxy8.20350.33910.2490
Hunter Lab28.641819.4970-8.0311
CIE-Lab34.403227.6640-12.9868

#724066 color RGB value is (114,64,102).

#724066 hex color red value is 114, green value is 64 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #724066 hue: 0.87 , saturation: 0.28 and the lightness value of 724066 is 0.35.

The process color (four color CMYK) of #724066 color hex is 0.00, 0.44, 0.11, 0.55. Web safe color of #724066 is #663366. Color #724066 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01000000 01100110
Octal 162 100 146
Decimal 114 64 102
Hex 72 40 66

RGB Percentages of Color #724066

%40.71
%22.86
%36.43

CMYK Percentages of Color #724066

%0
%44
%11
%55

Triadic Colors of #724066

#724066 #667240 #406672

Analogous Colors of #724066

#724066 #72404d #654072

Monochromatic Colors of #724066

#724066

Complementary Color

#724066 #40724c

#724066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#724066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#724066 Color CSS Codes

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

#724066 Text Font Color

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

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


#724066 Background Color

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

This div background color is #724066


#724066 Border Color

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

This div border color is #724066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #724066


Comments

No comments written yet.

Please login to write comment.