Color Hex Logo

#725caf Color Hex

#725CAF
(114,92,175)
0 Favorites   0 Comments

Color spaces of #725caf

RGB 11492175
HSL0.710.340.52
HSV256°47°69°
CMYK 0.350.470.00   0.31
XYZ18.504414.326842.3475
Yxy14.32680.24610.1906
Hunter Lab37.850821.0259-39.8382
CIE-Lab44.698028.1599-41.3370

#725caf color RGB value is (114,92,175).

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

The process color (four color CMYK) of #725caf color hex is 0.35, 0.47, 0.00, 0.31. Web safe color of #725caf is #666699. Color #725caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01011100 10101111
Octal 162 134 257
Decimal 114 92 175
Hex 72 5C AF

RGB Percentages of Color #725caf

%29.92
%24.15
%45.93

CMYK Percentages of Color #725caf

%35
%47
%0
%31

Triadic Colors of #725caf

#725caf #af725c #5caf72

Analogous Colors of #725caf

#725caf #9c5caf #5c70af

Monochromatic Colors of #725caf

#725caf

Complementary Color

#725caf #99af5c

#725caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#725caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#725caf Color CSS Codes

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

#725caf Text Font Color

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

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


#725caf Background Color

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

This div background color is #725caf


#725caf Border Color

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

This div border color is #725caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #725caf


Comments

No comments written yet.

Please login to write comment.