Color Hex Logo

#724096 Color Hex

#724096
(114,64,150)
0 Favorites   0 Comments

Color spaces of #724096

RGB 11464150
HSL0.760.400.42
HSV275°57°59°
CMYK 0.240.570.00   0.41
XYZ14.27789.446229.9249
Yxy9.44620.26610.1761
Hunter Lab30.734729.1366-36.2136
CIE-Lab36.829638.0798-38.9477

#724096 color RGB value is (114,64,150).

#724096 hex color red value is 114, green value is 64 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #724096 hue: 0.76 , saturation: 0.40 and the lightness value of 724096 is 0.42.

The process color (four color CMYK) of #724096 color hex is 0.24, 0.57, 0.00, 0.41. Web safe color of #724096 is #663399. Color #724096 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01000000 10010110
Octal 162 100 226
Decimal 114 64 150
Hex 72 40 96

RGB Percentages of Color #724096

%34.76
%19.51
%45.73

CMYK Percentages of Color #724096

%24
%57
%0
%41

Triadic Colors of #724096

#724096 #967240 #409672

Analogous Colors of #724096

#724096 #96408f #474096

Monochromatic Colors of #724096

#724096

Complementary Color

#724096 #649640

#724096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#724096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#724096 Color CSS Codes

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

#724096 Text Font Color

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

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


#724096 Background Color

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

This div background color is #724096


#724096 Border Color

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

This div border color is #724096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #724096


Comments

No comments written yet.

Please login to write comment.