Color Hex Logo

#85018f Color Hex

#85018F
(133,1,143)
0 Favorites   0 Comments

Color spaces of #85018f

RGB 1331143
HSL0.820.990.28
HSV296°99°56°
CMYK 0.070.990.00   0.44
XYZ14.64166.991426.5644
Yxy6.99140.30380.1451
Hunter Lab26.441352.5705-41.0573
CIE-Lab31.787362.0522-42.5793

#85018f color RGB value is (133,1,143).

#85018f hex color red value is 133, green value is 1 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #85018f hue: 0.82 , saturation: 0.99 and the lightness value of 85018f is 0.28.

The process color (four color CMYK) of #85018f color hex is 0.07, 0.99, 0.00, 0.44. Web safe color of #85018f is #990099. Color #85018f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00000001 10001111
Octal 205 1 217
Decimal 133 1 143
Hex 85 1 8F

RGB Percentages of Color #85018f

%48.01
%0.36
%51.62

CMYK Percentages of Color #85018f

%7
%99
%0
%44

Triadic Colors of #85018f

#85018f #8f8501 #018f85

Analogous Colors of #85018f

#85018f #8f0152 #3e018f

Monochromatic Colors of #85018f

#85018f

Complementary Color

#85018f #0b8f01

#85018f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85018f Color Preview on White Background

Lorem ipsum dolor sit amet.

#85018f Color CSS Codes

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

#85018f Text Font Color

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

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


#85018f Background Color

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

This div background color is #85018f


#85018f Border Color

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

This div border color is #85018f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85018f


Comments

No comments written yet.

Please login to write comment.