Color Hex Logo

#855ab2 Color Hex

#855AB2
(133,90,178)
0 Favorites   0 Comments

Color spaces of #855ab2

RGB 13390178
HSL0.750.360.53
HSV269°49°70°
CMYK 0.250.490.00   0.30
XYZ21.364915.513243.9878
Yxy15.51320.26420.1918
Hunter Lab39.386827.8983-38.6452
CIE-Lab46.329235.3516-40.3856

#855ab2 color RGB value is (133,90,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011010 10110010
Octal 205 132 262
Decimal 133 90 178
Hex 85 5A B2

RGB Percentages of Color #855ab2

%33.17
%22.44
%44.39

CMYK Percentages of Color #855ab2

%25
%49
%0
%30

Triadic Colors of #855ab2

#855ab2 #b2855a #5ab285

Analogous Colors of #855ab2

#855ab2 #b15ab2 #5a5bb2

Monochromatic Colors of #855ab2

#855ab2

Complementary Color

#855ab2 #87b25a

#855ab2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855ab2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#855ab2 Color CSS Codes

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

#855ab2 Text Font Color

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

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


#855ab2 Background Color

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

This div background color is #855ab2


#855ab2 Border Color

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

This div border color is #855ab2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,90,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 #855ab2">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855ab2


Comments

No comments written yet.

Please login to write comment.