Color Hex Logo

#855aa3 Color Hex

#855AA3
(133,90,163)
0 Favorites   0 Comments

Color spaces of #855aa3

RGB 13390163
HSL0.760.290.50
HSV275°45°64°
CMYK 0.180.450.00   0.36
XYZ19.939914.943236.4837
Yxy14.94320.27940.2094
Hunter Lab38.656424.4257-28.8980
CIE-Lab45.556331.7681-32.7815

#855aa3 color RGB value is (133,90,163).

#855aa3 hex color red value is 133, green value is 90 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #855aa3 hue: 0.76 , saturation: 0.29 and the lightness value of 855aa3 is 0.50.

The process color (four color CMYK) of #855aa3 color hex is 0.18, 0.45, 0.00, 0.36. Web safe color of #855aa3 is #996699. Color #855aa3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011010 10100011
Octal 205 132 243
Decimal 133 90 163
Hex 85 5A A3

RGB Percentages of Color #855aa3

%34.46
%23.32
%42.23

CMYK Percentages of Color #855aa3

%18
%45
%0
%36

Triadic Colors of #855aa3

#855aa3 #a3855a #5aa385

Analogous Colors of #855aa3

#855aa3 #a35a9d #615aa3

Monochromatic Colors of #855aa3

#855aa3

Complementary Color

#855aa3 #78a35a

#855aa3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855aa3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#855aa3 Color CSS Codes

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

#855aa3 Text Font Color

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

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


#855aa3 Background Color

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

This div background color is #855aa3


#855aa3 Border Color

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

This div border color is #855aa3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855aa3


Comments

No comments written yet.

Please login to write comment.