Color Hex Logo

#805caa Color Hex

#805CAA
(128,92,170)
0 Favorites   0 Comments

Color spaces of #805caa

RGB 12892170
HSL0.740.310.51
HSV268°46°67°
CMYK 0.250.460.00   0.33
XYZ19.984915.145839.9003
Yxy15.14580.26640.2019
Hunter Lab38.917623.5572-33.5448
CIE-Lab45.833230.7977-36.5115

#805caa color RGB value is (128,92,170).

#805caa hex color red value is 128, green value is 92 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #805caa hue: 0.74 , saturation: 0.31 and the lightness value of 805caa is 0.51.

The process color (four color CMYK) of #805caa color hex is 0.25, 0.46, 0.00, 0.33. Web safe color of #805caa is #996699. Color #805caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01011100 10101010
Octal 200 134 252
Decimal 128 92 170
Hex 80 5C AA

RGB Percentages of Color #805caa

%32.82
%23.59
%43.59

CMYK Percentages of Color #805caa

%25
%46
%0
%33

Triadic Colors of #805caa

#805caa #aa805c #5caa80

Analogous Colors of #805caa

#805caa #a75caa #5c5faa

Monochromatic Colors of #805caa

#805caa

Complementary Color

#805caa #86aa5c

#805caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#805caa Color CSS Codes

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

#805caa Text Font Color

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

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


#805caa Background Color

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

This div background color is #805caa


#805caa Border Color

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

This div border color is #805caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805caa


Comments

No comments written yet.

Please login to write comment.