Color Hex Logo

#725385 Color Hex

#725385
(114,83,133)
0 Favorites   0 Comments

Color spaces of #725385

RGB 11483133
HSL0.770.230.42
HSV277°38°52°
CMYK 0.140.380.00   0.48
XYZ14.266311.457423.6499
Yxy11.45740.28890.2321
Hunter Lab33.848815.9973-17.7313
CIE-Lab40.340422.8755-23.0840

#725385 color RGB value is (114,83,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01010011 10000101
Octal 162 123 205
Decimal 114 83 133
Hex 72 53 85

RGB Percentages of Color #725385

%34.55
%25.15
%40.30

CMYK Percentages of Color #725385

%14
%38
%0
%48

Triadic Colors of #725385

#725385 #857253 #538572

Analogous Colors of #725385

#725385 #85537f #595385

Monochromatic Colors of #725385

#725385

Complementary Color

#725385 #668553

#725385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#725385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#725385 Color CSS Codes

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

#725385 Text Font Color

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

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


#725385 Background Color

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

This div background color is #725385


#725385 Border Color

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

This div border color is #725385


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,83,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 #725385">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #725385


Comments

No comments written yet.

Please login to write comment.