Color Hex Logo

#805ecd Color Hex

#805ECD
(128,94,205)
0 Favorites   0 Comments

Color spaces of #805ecd

RGB 12894205
HSL0.720.530.59
HSV258°54°80°
CMYK 0.380.540.00   0.20
XYZ23.924217.002459.7784
Yxy17.00240.23760.1688
Hunter Lab41.234031.4074-57.0911
CIE-Lab48.263138.7005-52.9680

#805ecd color RGB value is (128,94,205).

#805ecd hex color red value is 128, green value is 94 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #805ecd hue: 0.72 , saturation: 0.53 and the lightness value of 805ecd is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01011110 11001101
Octal 200 136 315
Decimal 128 94 205
Hex 80 5E CD

RGB Percentages of Color #805ecd

%29.98
%22.01
%48.01

CMYK Percentages of Color #805ecd

%38
%54
%0
%20

Triadic Colors of #805ecd

#805ecd #cd805e #5ecd80

Analogous Colors of #805ecd

#805ecd #b85ecd #5e74cd

Monochromatic Colors of #805ecd

#805ecd

Complementary Color

#805ecd #abcd5e

#805ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#805ecd Color CSS Codes

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

#805ecd Text Font Color

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

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


#805ecd Background Color

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

This div background color is #805ecd


#805ecd Border Color

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

This div border color is #805ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805ecd


Comments

No comments written yet.

Please login to write comment.