Color Hex Logo

#85438f Color Hex

#85438F
(133,67,143)
0 Favorites   0 Comments

Color spaces of #85438f

RGB 13367143
HSL0.810.360.41
HSV292°53°56°
CMYK 0.070.530.00   0.44
XYZ16.637910.984027.2298
Yxy10.98400.30330.2002
Hunter Lab33.142131.6113-25.5136
CIE-Lab39.553540.2437-30.2242

#85438f color RGB value is (133,67,143).

#85438f hex color red value is 133, green value is 67 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #85438f hue: 0.81 , saturation: 0.36 and the lightness value of 85438f is 0.41.

The process color (four color CMYK) of #85438f color hex is 0.07, 0.53, 0.00, 0.44. Web safe color of #85438f is #993399. Color #85438f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01000011 10001111
Octal 205 103 217
Decimal 133 67 143
Hex 85 43 8F

RGB Percentages of Color #85438f

%38.78
%19.53
%41.69

CMYK Percentages of Color #85438f

%7
%53
%0
%44

Triadic Colors of #85438f

#85438f #8f8543 #438f85

Analogous Colors of #85438f

#85438f #8f4373 #5f438f

Monochromatic Colors of #85438f

#85438f

Complementary Color

#85438f #4d8f43

#85438f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85438f Color Preview on White Background

Lorem ipsum dolor sit amet.

#85438f Color CSS Codes

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

#85438f Text Font Color

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

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


#85438f Background Color

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

This div background color is #85438f


#85438f Border Color

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

This div border color is #85438f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85438f


Comments

No comments written yet.

Please login to write comment.