Color Hex Logo

#805bae Color Hex

#805BAE
(128,91,174)
0 Favorites   0 Comments

Color spaces of #805bae

RGB 12891174
HSL0.740.340.52
HSV267°48°68°
CMYK 0.260.480.00   0.32
XYZ20.283215.127441.8952
Yxy15.12740.26240.1957
Hunter Lab38.894025.0233-36.6393
CIE-Lab45.808232.3776-38.9012

#805bae color RGB value is (128,91,174).

#805bae hex color red value is 128, green value is 91 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #805bae hue: 0.74 , saturation: 0.34 and the lightness value of 805bae is 0.52.

The process color (four color CMYK) of #805bae color hex is 0.26, 0.48, 0.00, 0.32. Web safe color of #805bae is #996699. Color #805bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01011011 10101110
Octal 200 133 256
Decimal 128 91 174
Hex 80 5B AE

RGB Percentages of Color #805bae

%32.57
%23.16
%44.27

CMYK Percentages of Color #805bae

%26
%48
%0
%32

Triadic Colors of #805bae

#805bae #ae805b #5bae80

Analogous Colors of #805bae

#805bae #aa5bae #5b60ae

Monochromatic Colors of #805bae

#805bae

Complementary Color

#805bae #89ae5b

#805bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#805bae Color CSS Codes

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

#805bae Text Font Color

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

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


#805bae Background Color

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

This div background color is #805bae


#805bae Border Color

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

This div border color is #805bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805bae


Comments

No comments written yet.

Please login to write comment.