Color Hex Logo

#855381 Color Hex

#855381
(133,83,129)
0 Favorites   0 Comments

Color spaces of #855381

RGB 13383129
HSL0.850.230.42
HSV305°38°52°
CMYK 0.000.380.03   0.48
XYZ16.728612.758022.3497
Yxy12.75800.32270.2461
Hunter Lab35.718321.0929-12.0961
CIE-Lab42.396328.4975-17.2945

#855381 color RGB value is (133,83,129).

#855381 hex color red value is 133, green value is 83 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #855381 hue: 0.85 , saturation: 0.23 and the lightness value of 855381 is 0.42.

The process color (four color CMYK) of #855381 color hex is 0.00, 0.38, 0.03, 0.48. Web safe color of #855381 is #996699. Color #855381 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010011 10000001
Octal 205 123 201
Decimal 133 83 129
Hex 85 53 81

RGB Percentages of Color #855381

%38.55
%24.06
%37.39

CMYK Percentages of Color #855381

%0
%38
%3
%48

Triadic Colors of #855381

#855381 #818553 #538185

Analogous Colors of #855381

#855381 #855368 #705385

Monochromatic Colors of #855381

#855381

Complementary Color

#855381 #538557

#855381 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855381 Color Preview on White Background

Lorem ipsum dolor sit amet.

#855381 Color CSS Codes

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

#855381 Text Font Color

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

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


#855381 Background Color

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

This div background color is #855381


#855381 Border Color

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

This div border color is #855381


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,83,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #855381; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #855381;
  -webkit-box-shadow: 1px 1px 3px 2px #855381;
  box-shadow:         1px 1px 3px 2px #855381; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855381


Comments

No comments written yet.

Please login to write comment.