Color Hex Logo

#725cae Color Hex

#725CAE
(114,92,174)
0 Favorites   0 Comments

Color spaces of #725cae

RGB 11492174
HSL0.710.340.52
HSV256°47°68°
CMYK 0.340.470.00   0.32
XYZ18.406614.287741.8321
Yxy14.28770.24700.1917
Hunter Lab37.799120.7738-39.1567
CIE-Lab44.642727.8867-40.8376

#725cae color RGB value is (114,92,174).

#725cae hex color red value is 114, green value is 92 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #725cae hue: 0.71 , saturation: 0.34 and the lightness value of 725cae is 0.52.

The process color (four color CMYK) of #725cae color hex is 0.34, 0.47, 0.00, 0.32. Web safe color of #725cae is #666699. Color #725cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01011100 10101110
Octal 162 134 256
Decimal 114 92 174
Hex 72 5C AE

RGB Percentages of Color #725cae

%30.00
%24.21
%45.79

CMYK Percentages of Color #725cae

%34
%47
%0
%32

Triadic Colors of #725cae

#725cae #ae725c #5cae72

Analogous Colors of #725cae

#725cae #9b5cae #5c6fae

Monochromatic Colors of #725cae

#725cae

Complementary Color

#725cae #98ae5c

#725cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#725cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#725cae Color CSS Codes

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

#725cae Text Font Color

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

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


#725cae Background Color

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

This div background color is #725cae


#725cae Border Color

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

This div border color is #725cae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,92,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #725cae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #725cae;
  -webkit-box-shadow: 1px 1px 3px 2px #725cae;
  box-shadow:         1px 1px 3px 2px #725cae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #725cae


Comments

No comments written yet.

Please login to write comment.