Color Hex Logo

#855db4 Color Hex

#855DB4
(133,93,180)
0 Favorites   0 Comments

Color spaces of #855db4

RGB 13393180
HSL0.740.370.54
HSV268°48°71°
CMYK 0.260.480.00   0.29
XYZ21.825416.110545.1393
Yxy16.11050.26270.1939
Hunter Lab40.137926.8200-38.5814
CIE-Lab47.119134.1156-40.3027

#855db4 color RGB value is (133,93,180).

#855db4 hex color red value is 133, green value is 93 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #855db4 hue: 0.74 , saturation: 0.37 and the lightness value of 855db4 is 0.54.

The process color (four color CMYK) of #855db4 color hex is 0.26, 0.48, 0.00, 0.29. Web safe color of #855db4 is #9966cc. Color #855db4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011101 10110100
Octal 205 135 264
Decimal 133 93 180
Hex 85 5D B4

RGB Percentages of Color #855db4

%32.76
%22.91
%44.33

CMYK Percentages of Color #855db4

%26
%48
%0
%29

Triadic Colors of #855db4

#855db4 #b4855d #5db485

Analogous Colors of #855db4

#855db4 #b15db4 #5d60b4

Monochromatic Colors of #855db4

#855db4

Complementary Color

#855db4 #8cb45d

#855db4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855db4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#855db4 Color CSS Codes

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

#855db4 Text Font Color

<p style="color:#855db4">Text here</p>

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


#855db4 Background Color

<div style="background-color:#855db4">
Div content here</div>

This div background color is #855db4


#855db4 Border Color

<div style="border:3px solid #855db4">
Div here</div>

This div border color is #855db4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855db4


Comments

No comments written yet.

Please login to write comment.