Color Hex Logo

#805abb Color Hex

#805ABB
(128,90,187)
0 Favorites   0 Comments

Color spaces of #805abb

RGB 12890187
HSL0.730.420.54
HSV264°52°73°
CMYK 0.320.520.00   0.27
XYZ21.527915.489448.8688
Yxy15.48940.25070.1803
Hunter Lab39.356628.7648-46.0704
CIE-Lab46.297336.2602-45.7185

#805abb color RGB value is (128,90,187).

#805abb hex color red value is 128, green value is 90 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #805abb hue: 0.73 , saturation: 0.42 and the lightness value of 805abb is 0.54.

The process color (four color CMYK) of #805abb color hex is 0.32, 0.52, 0.00, 0.27. Web safe color of #805abb is #9966cc. Color #805abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01011010 10111011
Octal 200 132 273
Decimal 128 90 187
Hex 80 5A BB

RGB Percentages of Color #805abb

%31.60
%22.22
%46.17

CMYK Percentages of Color #805abb

%32
%52
%0
%27

Triadic Colors of #805abb

#805abb #bb805a #5abb80

Analogous Colors of #805abb

#805abb #b15abb #5a65bb

Monochromatic Colors of #805abb

#805abb

Complementary Color

#805abb #95bb5a

#805abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#805abb Color CSS Codes

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

#805abb Text Font Color

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

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


#805abb Background Color

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

This div background color is #805abb


#805abb Border Color

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

This div border color is #805abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805abb


Comments

No comments written yet.

Please login to write comment.