Color Hex Logo

#724a85 Color Hex

#724A85
(114,74,133)
0 Favorites   0 Comments

Color spaces of #724a85

RGB 11474133
HSL0.780.290.41
HSV281°44°52°
CMYK 0.140.440.00   0.48
XYZ13.621810.168423.4351
Yxy10.16840.28840.2153
Hunter Lab31.887920.4473-21.2519
CIE-Lab38.143028.2839-26.5076

#724a85 color RGB value is (114,74,133).

#724a85 hex color red value is 114, green value is 74 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #724a85 hue: 0.78 , saturation: 0.29 and the lightness value of 724a85 is 0.41.

The process color (four color CMYK) of #724a85 color hex is 0.14, 0.44, 0.00, 0.48. Web safe color of #724a85 is #663399. Color #724a85 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01001010 10000101
Octal 162 112 205
Decimal 114 74 133
Hex 72 4A 85

RGB Percentages of Color #724a85

%35.51
%23.05
%41.43

CMYK Percentages of Color #724a85

%14
%44
%0
%48

Triadic Colors of #724a85

#724a85 #85724a #4a8572

Analogous Colors of #724a85

#724a85 #854a7b #554a85

Monochromatic Colors of #724a85

#724a85

Complementary Color

#724a85 #5d854a

#724a85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#724a85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#724a85 Color CSS Codes

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

#724a85 Text Font Color

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

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


#724a85 Background Color

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

This div background color is #724a85


#724a85 Border Color

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

This div border color is #724a85


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,74,133, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #724a85; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #724a85;
  -webkit-box-shadow: 1px 1px 3px 2px #724a85;
  box-shadow:         1px 1px 3px 2px #724a85; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #724a85


Comments

No comments written yet.

Please login to write comment.