Color Hex Logo

#724288 Color Hex

#724288
(114,66,136)
0 Favorites   0 Comments

Color spaces of #724288

RGB 11466136
HSL0.780.350.40
HSV281°51°53°
CMYK 0.160.510.00   0.47
XYZ13.33169.251424.3756
Yxy9.25140.28390.1970
Hunter Lab30.416125.0096-26.2240
CIE-Lab36.463933.6499-30.9850

#724288 color RGB value is (114,66,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01000010 10001000
Octal 162 102 210
Decimal 114 66 136
Hex 72 42 88

RGB Percentages of Color #724288

%36.08
%20.89
%43.04

CMYK Percentages of Color #724288

%16
%51
%0
%47

Triadic Colors of #724288

#724288 #887242 #428872

Analogous Colors of #724288

#724288 #88427b #4f4288

Monochromatic Colors of #724288

#724288

Complementary Color

#724288 #588842

#724288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#724288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#724288 Color CSS Codes

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

#724288 Text Font Color

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

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


#724288 Background Color

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

This div background color is #724288


#724288 Border Color

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

This div border color is #724288


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,66,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 #724288">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #724288


Comments

No comments written yet.

Please login to write comment.