Color Hex Logo

#85386b Color Hex

#85386B
(133,56,107)
0 Favorites   0 Comments

Color spaces of #85386b

RGB 13356107
HSL0.890.410.37
HSV320°58°52°
CMYK 0.000.580.20   0.48
XYZ13.74098.876414.8990
Yxy8.87640.36630.2366
Hunter Lab29.793330.1874-8.7944
CIE-Lab35.745239.3794-13.8454

#85386b color RGB value is (133,56,107).

#85386b hex color red value is 133, green value is 56 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #85386b hue: 0.89 , saturation: 0.41 and the lightness value of 85386b is 0.37.

The process color (four color CMYK) of #85386b color hex is 0.00, 0.58, 0.20, 0.48. Web safe color of #85386b is #993366. Color #85386b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00111000 01101011
Octal 205 70 153
Decimal 133 56 107
Hex 85 38 6B

RGB Percentages of Color #85386b

%44.93
%18.92
%36.15

CMYK Percentages of Color #85386b

%0
%58
%20
%48

Triadic Colors of #85386b

#85386b #6b8538 #386b85

Analogous Colors of #85386b

#85386b #853845 #793885

Monochromatic Colors of #85386b

#85386b

Complementary Color

#85386b #388552

#85386b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85386b Color Preview on White Background

Lorem ipsum dolor sit amet.

#85386b Color CSS Codes

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

#85386b Text Font Color

<p style="color:#85386b">Text here</p>

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


#85386b Background Color

<div style="background-color:#85386b">
Div content here</div>

This div background color is #85386b


#85386b Border Color

<div style="border:3px solid #85386b">
Div here</div>

This div border color is #85386b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,56,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85386b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85386b;
  -webkit-box-shadow: 1px 1px 3px 2px #85386b;
  box-shadow:         1px 1px 3px 2px #85386b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85386b


Comments

No comments written yet.

Please login to write comment.