Color Hex Logo

#805acb Color Hex

#805ACB
(128,90,203)
0 Favorites   0 Comments

Color spaces of #805acb

RGB 12890203
HSL0.720.520.57
HSV260°56°80°
CMYK 0.370.560.00   0.20
XYZ23.337716.213358.3994
Yxy16.21330.23830.1655
Hunter Lab40.265732.9921-57.8052
CIE-Lab47.253140.4526-53.4402

#805acb color RGB value is (128,90,203).

#805acb hex color red value is 128, green value is 90 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #805acb hue: 0.72 , saturation: 0.52 and the lightness value of 805acb is 0.57.

The process color (four color CMYK) of #805acb color hex is 0.37, 0.56, 0.00, 0.20. Web safe color of #805acb is #9966cc. Color #805acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01011010 11001011
Octal 200 132 313
Decimal 128 90 203
Hex 80 5A CB

RGB Percentages of Color #805acb

%30.40
%21.38
%48.22

CMYK Percentages of Color #805acb

%37
%56
%0
%20

Triadic Colors of #805acb

#805acb #cb805a #5acb80

Analogous Colors of #805acb

#805acb #b95acb #5a6dcb

Monochromatic Colors of #805acb

#805acb

Complementary Color

#805acb #a5cb5a

#805acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#805acb Color CSS Codes

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

#805acb Text Font Color

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

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


#805acb Background Color

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

This div background color is #805acb


#805acb Border Color

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

This div border color is #805acb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,90,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #805acb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #805acb;
  -webkit-box-shadow: 1px 1px 3px 2px #805acb;
  box-shadow:         1px 1px 3px 2px #805acb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805acb


Comments

No comments written yet.

Please login to write comment.