Color Hex Logo

#85325d Color Hex

#85325D
(133,50,93)
0 Favorites   0 Comments

Color spaces of #85325d

RGB 1335093
HSL0.910.450.36
HSV329°62°52°
CMYK 0.000.620.30   0.48
XYZ12.78938.058111.2372
Yxy8.05810.39860.2512
Hunter Lab28.386830.7440-3.5998
CIE-Lab34.103640.2522-7.4274

#85325d color RGB value is (133,50,93).

#85325d hex color red value is 133, green value is 50 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #85325d hue: 0.91 , saturation: 0.45 and the lightness value of 85325d is 0.36.

The process color (four color CMYK) of #85325d color hex is 0.00, 0.62, 0.30, 0.48. Web safe color of #85325d is #993366. Color #85325d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00110010 01011101
Octal 205 62 135
Decimal 133 50 93
Hex 85 32 5D

RGB Percentages of Color #85325d

%48.19
%18.12
%33.70

CMYK Percentages of Color #85325d

%0
%62
%30
%48

Triadic Colors of #85325d

#85325d #5d8532 #325d85

Analogous Colors of #85325d

#85325d #853234 #843285

Monochromatic Colors of #85325d

#85325d

Complementary Color

#85325d #32855a

#85325d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85325d Color Preview on White Background

Lorem ipsum dolor sit amet.

#85325d Color CSS Codes

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

#85325d Text Font Color

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

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


#85325d Background Color

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

This div background color is #85325d


#85325d Border Color

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

This div border color is #85325d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,50,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85325d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85325d;
  -webkit-box-shadow: 1px 1px 3px 2px #85325d;
  box-shadow:         1px 1px 3px 2px #85325d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,50,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85325d


Comments

No comments written yet.

Please login to write comment.