Color Hex Logo

#725884 Color Hex

#725884
(114,88,132)
0 Favorites   0 Comments

Color spaces of #725884

RGB 11488132
HSL0.770.200.43
HSV275°33°52°
CMYK 0.140.330.00   0.48
XYZ14.594012.222823.4198
Yxy12.22280.29050.2433
Hunter Lab34.961113.3302-15.2445
CIE-Lab41.568119.6031-20.5762

#725884 color RGB value is (114,88,132).

#725884 hex color red value is 114, green value is 88 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #725884 hue: 0.77 , saturation: 0.20 and the lightness value of 725884 is 0.43.

The process color (four color CMYK) of #725884 color hex is 0.14, 0.33, 0.00, 0.48. Web safe color of #725884 is #666699. Color #725884 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01011000 10000100
Octal 162 130 204
Decimal 114 88 132
Hex 72 58 84

RGB Percentages of Color #725884

%34.13
%26.35
%39.52

CMYK Percentages of Color #725884

%14
%33
%0
%48

Triadic Colors of #725884

#725884 #847258 #588472

Analogous Colors of #725884

#725884 #845880 #5c5884

Monochromatic Colors of #725884

#725884

Complementary Color

#725884 #6a8458

#725884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#725884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#725884 Color CSS Codes

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

#725884 Text Font Color

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

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


#725884 Background Color

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

This div background color is #725884


#725884 Border Color

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

This div border color is #725884


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #725884


Comments

No comments written yet.

Please login to write comment.