Color Hex Logo

#85618e Color Hex

#85618E
(133,97,142)
0 Favorites   0 Comments

Color spaces of #85618e

RGB 13397142
HSL0.800.190.47
HSV288°32°56°
CMYK 0.060.320.00   0.44
XYZ18.830015.488927.5884
Yxy15.48890.30420.2502
Hunter Lab39.355916.5311-14.0130
CIE-Lab46.296722.9589-19.1487

#85618e color RGB value is (133,97,142).

#85618e hex color red value is 133, green value is 97 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #85618e hue: 0.80 , saturation: 0.19 and the lightness value of 85618e is 0.47.

The process color (four color CMYK) of #85618e color hex is 0.06, 0.32, 0.00, 0.44. Web safe color of #85618e is #996699. Color #85618e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01100001 10001110
Octal 205 141 216
Decimal 133 97 142
Hex 85 61 8E

RGB Percentages of Color #85618e

%35.75
%26.08
%38.17

CMYK Percentages of Color #85618e

%6
%32
%0
%44

Triadic Colors of #85618e

#85618e #8e8561 #618e85

Analogous Colors of #85618e

#85618e #8e6181 #6f618e

Monochromatic Colors of #85618e

#85618e

Complementary Color

#85618e #6a8e61

#85618e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85618e Color Preview on White Background

Lorem ipsum dolor sit amet.

#85618e Color CSS Codes

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

#85618e Text Font Color

<p style="color:#85618e">Text here</p>

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


#85618e Background Color

<div style="background-color:#85618e">
Div content here</div>

This div background color is #85618e


#85618e Border Color

<div style="border:3px solid #85618e">
Div here</div>

This div border color is #85618e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,97,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85618e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85618e;
  -webkit-box-shadow: 1px 1px 3px 2px #85618e;
  box-shadow:         1px 1px 3px 2px #85618e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85618e


Comments

No comments written yet.

Please login to write comment.