Color Hex Logo

#85255d Color Hex

#85255D
(133,37,93)
0 Favorites   0 Comments

Color spaces of #85255d

RGB 1333793
HSL0.900.560.33
HSV325°72°52°
CMYK 0.000.720.30   0.48
XYZ12.31027.100011.0775
Yxy7.10000.40380.2329
Hunter Lab26.645835.8357-5.9966
CIE-Lab32.033545.9349-10.5500

#85255d color RGB value is (133,37,93).

#85255d hex color red value is 133, green value is 37 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #85255d hue: 0.90 , saturation: 0.56 and the lightness value of 85255d is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00100101 01011101
Octal 205 45 135
Decimal 133 37 93
Hex 85 25 5D

RGB Percentages of Color #85255d

%50.57
%14.07
%35.36

CMYK Percentages of Color #85255d

%0
%72
%30
%48

Triadic Colors of #85255d

#85255d #5d8525 #255d85

Analogous Colors of #85255d

#85255d #85252d #7d2585

Monochromatic Colors of #85255d

#85255d

Complementary Color

#85255d #25854d

#85255d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85255d Color Preview on White Background

Lorem ipsum dolor sit amet.

#85255d Color CSS Codes

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

#85255d Text Font Color

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

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


#85255d Background Color

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

This div background color is #85255d


#85255d Border Color

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

This div border color is #85255d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85255d


Comments

No comments written yet.

Please login to write comment.