Color Hex Logo

#85025d Color Hex

#85025D
(133,2,93)
0 Favorites   0 Comments

Color spaces of #85025d

RGB 133293
HSL0.880.970.26
HSV318°98°52°
CMYK 0.000.980.30   0.48
XYZ11.67045.820310.8643
Yxy5.82030.41160.2053
Hunter Lab24.125344.1285-9.8122
CIE-Lab28.954554.7455-15.2558

#85025d color RGB value is (133,2,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00000010 01011101
Octal 205 2 135
Decimal 133 2 93
Hex 85 2 5D

RGB Percentages of Color #85025d

%58.33
%0.88
%40.79

CMYK Percentages of Color #85025d

%0
%98
%30
%48

Triadic Colors of #85025d

#85025d #5d8502 #025d85

Analogous Colors of #85025d

#85025d #85021c #6c0285

Monochromatic Colors of #85025d

#85025d

Complementary Color

#85025d #02852a

#85025d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85025d Color Preview on White Background

Lorem ipsum dolor sit amet.

#85025d Color CSS Codes

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

#85025d Text Font Color

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

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


#85025d Background Color

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

This div background color is #85025d


#85025d Border Color

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

This div border color is #85025d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85025d


Comments

No comments written yet.

Please login to write comment.