Color Hex Logo

#725187 Color Hex

#725187
(114,81,135)
0 Favorites   0 Comments

Color spaces of #725187

RGB 11481135
HSL0.770.250.42
HSV277°40°53°
CMYK 0.160.400.00   0.47
XYZ14.255011.211524.3344
Yxy11.21150.28620.2251
Hunter Lab33.483617.3967-19.6509
CIE-Lab39.934424.5552-24.9329

#725187 color RGB value is (114,81,135).

#725187 hex color red value is 114, green value is 81 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #725187 hue: 0.77 , saturation: 0.25 and the lightness value of 725187 is 0.42.

The process color (four color CMYK) of #725187 color hex is 0.16, 0.40, 0.00, 0.47. Web safe color of #725187 is #666699. Color #725187 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01010001 10000111
Octal 162 121 207
Decimal 114 81 135
Hex 72 51 87

RGB Percentages of Color #725187

%34.55
%24.55
%40.91

CMYK Percentages of Color #725187

%16
%40
%0
%47

Triadic Colors of #725187

#725187 #877251 #518772

Analogous Colors of #725187

#725187 #875181 #575187

Monochromatic Colors of #725187

#725187

Complementary Color

#725187 #668751

#725187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#725187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#725187 Color CSS Codes

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

#725187 Text Font Color

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

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


#725187 Background Color

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

This div background color is #725187


#725187 Border Color

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

This div border color is #725187


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #725187


Comments

No comments written yet.

Please login to write comment.