Color Hex Logo

#724088 Color Hex

#724088
(114,64,136)
0 Favorites   0 Comments

Color spaces of #724088

RGB 11464136
HSL0.780.360.39
HSV282°53°53°
CMYK 0.160.530.00   0.47
XYZ13.21689.021824.3373
Yxy9.02180.28380.1937
Hunter Lab30.036325.9813-27.0151
CIE-Lab36.026234.7885-31.6760

#724088 color RGB value is (114,64,136).

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

The process color (four color CMYK) of #724088 color hex is 0.16, 0.53, 0.00, 0.47. Web safe color of #724088 is #663399. Color #724088 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01000000 10001000
Octal 162 100 210
Decimal 114 64 136
Hex 72 40 88

RGB Percentages of Color #724088

%36.31
%20.38
%43.31

CMYK Percentages of Color #724088

%16
%53
%0
%47

Triadic Colors of #724088

#724088 #887240 #408872

Analogous Colors of #724088

#724088 #88407a #4e4088

Monochromatic Colors of #724088

#724088

Complementary Color

#724088 #568840

#724088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#724088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#724088 Color CSS Codes

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

#724088 Text Font Color

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

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


#724088 Background Color

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

This div background color is #724088


#724088 Border Color

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

This div border color is #724088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #724088


Comments

No comments written yet.

Please login to write comment.