Color Hex Logo

#724886 Color Hex

#724886
(114,72,134)
0 Favorites   0 Comments

Color spaces of #724886

RGB 11472134
HSL0.780.300.40
HSV281°46°53°
CMYK 0.150.460.00   0.47
XYZ13.55999.933423.7569
Yxy9.93340.28700.2102
Hunter Lab31.517321.6420-22.6291
CIE-Lab37.722629.6988-27.7785

#724886 color RGB value is (114,72,134).

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

The process color (four color CMYK) of #724886 color hex is 0.15, 0.46, 0.00, 0.47. Web safe color of #724886 is #663399. Color #724886 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01001000 10000110
Octal 162 110 206
Decimal 114 72 134
Hex 72 48 86

RGB Percentages of Color #724886

%35.63
%22.50
%41.88

CMYK Percentages of Color #724886

%15
%46
%0
%47

Triadic Colors of #724886

#724886 #867248 #488672

Analogous Colors of #724886

#724886 #86487b #534886

Monochromatic Colors of #724886

#724886

Complementary Color

#724886 #5c8648

#724886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#724886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#724886 Color CSS Codes

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

#724886 Text Font Color

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

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


#724886 Background Color

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

This div background color is #724886


#724886 Border Color

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

This div border color is #724886


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #724886


Comments

No comments written yet.

Please login to write comment.