Color Hex Logo

#805abf Color Hex

#805ABF
(128,90,191)
0 Favorites   0 Comments

Color spaces of #805abf

RGB 12890191
HSL0.730.440.55
HSV263°53°75°
CMYK 0.330.530.00   0.25
XYZ21.962215.663151.1560
Yxy15.66310.24740.1764
Hunter Lab39.576629.7956-48.9335
CIE-Lab46.529337.2961-47.6711

#805abf color RGB value is (128,90,191).

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

The process color (four color CMYK) of #805abf color hex is 0.33, 0.53, 0.00, 0.25. Web safe color of #805abf is #9966cc. Color #805abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01011010 10111111
Octal 200 132 277
Decimal 128 90 191
Hex 80 5A BF

RGB Percentages of Color #805abf

%31.30
%22.00
%46.70

CMYK Percentages of Color #805abf

%33
%53
%0
%25

Triadic Colors of #805abf

#805abf #bf805a #5abf80

Analogous Colors of #805abf

#805abf #b35abf #5a67bf

Monochromatic Colors of #805abf

#805abf

Complementary Color

#805abf #99bf5a

#805abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#805abf Color CSS Codes

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

#805abf Text Font Color

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

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


#805abf Background Color

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

This div background color is #805abf


#805abf Border Color

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

This div border color is #805abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805abf


Comments

No comments written yet.

Please login to write comment.