Color Hex Logo

#805dee Color Hex

#805DEE
(128,93,238)
0 Favorites   0 Comments

Color spaces of #805dee

RGB 12893238
HSL0.710.810.65
HSV254°61°93°
CMYK 0.460.610.00   0.07
XYZ28.249118.590982.9884
Yxy18.59090.21760.1432
Hunter Lab43.117241.4929-83.9345
CIE-Lab50.205148.3095-68.5437

#805dee color RGB value is (128,93,238).

#805dee hex color red value is 128, green value is 93 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #805dee hue: 0.71 , saturation: 0.81 and the lightness value of 805dee is 0.65.

The process color (four color CMYK) of #805dee color hex is 0.46, 0.61, 0.00, 0.07. Web safe color of #805dee is #9966ff. Color #805dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01011101 11101110
Octal 200 135 356
Decimal 128 93 238
Hex 80 5D EE

RGB Percentages of Color #805dee

%27.89
%20.26
%51.85

CMYK Percentages of Color #805dee

%46
%61
%0
%7

Triadic Colors of #805dee

#805dee #ee805d #5dee80

Analogous Colors of #805dee

#805dee #c95dee #5d83ee

Monochromatic Colors of #805dee

#805dee

Complementary Color

#805dee #cbee5d

#805dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#805dee Color CSS Codes

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

#805dee Text Font Color

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

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


#805dee Background Color

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

This div background color is #805dee


#805dee Border Color

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

This div border color is #805dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805dee


Comments

No comments written yet.

Please login to write comment.