Color Hex Logo

#85025f Color Hex

#85025F
(133,2,95)
0 Favorites   0 Comments

Color spaces of #85025f

RGB 133295
HSL0.880.970.26
HSV317°98°52°
CMYK 0.000.980.29   0.48
XYZ11.76015.856211.3370
Yxy5.85620.40620.2023
Hunter Lab24.199644.3951-10.8364
CIE-Lab29.046754.9830-16.4231

#85025f color RGB value is (133,2,95).

#85025f hex color red value is 133, green value is 2 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #85025f hue: 0.88 , saturation: 0.97 and the lightness value of 85025f is 0.26.

The process color (four color CMYK) of #85025f color hex is 0.00, 0.98, 0.29, 0.48. Web safe color of #85025f is #990066. Color #85025f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00000010 01011111
Octal 205 2 137
Decimal 133 2 95
Hex 85 2 5F

RGB Percentages of Color #85025f

%57.83
%0.87
%41.30

CMYK Percentages of Color #85025f

%0
%98
%29
%48

Triadic Colors of #85025f

#85025f #5f8502 #025f85

Analogous Colors of #85025f

#85025f #85021e #6a0285

Monochromatic Colors of #85025f

#85025f

Complementary Color

#85025f #028528

#85025f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85025f Color Preview on White Background

Lorem ipsum dolor sit amet.

#85025f Color CSS Codes

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

#85025f Text Font Color

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

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


#85025f Background Color

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

This div background color is #85025f


#85025f Border Color

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

This div border color is #85025f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85025f


Comments

No comments written yet.

Please login to write comment.