Color Hex Logo

#855db2 Color Hex

#855DB2
(133,93,178)
0 Favorites   0 Comments

Color spaces of #855db2

RGB 13393178
HSL0.750.360.53
HSV268°48°70°
CMYK 0.250.480.00   0.30
XYZ21.623116.029644.0738
Yxy16.02960.26460.1961
Hunter Lab40.037026.3392-37.2422
CIE-Lab47.013333.6228-39.3025

#855db2 color RGB value is (133,93,178).

#855db2 hex color red value is 133, green value is 93 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #855db2 hue: 0.75 , saturation: 0.36 and the lightness value of 855db2 is 0.53.

The process color (four color CMYK) of #855db2 color hex is 0.25, 0.48, 0.00, 0.30. Web safe color of #855db2 is #996699. Color #855db2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011101 10110010
Octal 205 135 262
Decimal 133 93 178
Hex 85 5D B2

RGB Percentages of Color #855db2

%32.92
%23.02
%44.06

CMYK Percentages of Color #855db2

%25
%48
%0
%30

Triadic Colors of #855db2

#855db2 #b2855d #5db285

Analogous Colors of #855db2

#855db2 #b05db2 #5d5fb2

Monochromatic Colors of #855db2

#855db2

Complementary Color

#855db2 #8ab25d

#855db2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855db2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#855db2 Color CSS Codes

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

#855db2 Text Font Color

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

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


#855db2 Background Color

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

This div background color is #855db2


#855db2 Border Color

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

This div border color is #855db2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855db2


Comments

No comments written yet.

Please login to write comment.