Color Hex Logo

#805edf Color Hex

#805EDF
(128,94,223)
0 Favorites   0 Comments

Color spaces of #805edf

RGB 12894223
HSL0.710.670.62
HSV256°58°87°
CMYK 0.430.580.00   0.13
XYZ26.224117.922371.8892
Yxy17.92230.22600.1545
Hunter Lab42.334736.4854-71.0468
CIE-Lab49.401743.6008-61.3915

#805edf color RGB value is (128,94,223).

#805edf hex color red value is 128, green value is 94 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #805edf hue: 0.71 , saturation: 0.67 and the lightness value of 805edf is 0.62.

The process color (four color CMYK) of #805edf color hex is 0.43, 0.58, 0.00, 0.13. Web safe color of #805edf is #9966cc. Color #805edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01011110 11011111
Octal 200 136 337
Decimal 128 94 223
Hex 80 5E DF

RGB Percentages of Color #805edf

%28.76
%21.12
%50.11

CMYK Percentages of Color #805edf

%43
%58
%0
%13

Triadic Colors of #805edf

#805edf #df805e #5edf80

Analogous Colors of #805edf

#805edf #c15edf #5e7ddf

Monochromatic Colors of #805edf

#805edf

Complementary Color

#805edf #bddf5e

#805edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#805edf Color CSS Codes

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

#805edf Text Font Color

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

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


#805edf Background Color

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

This div background color is #805edf


#805edf Border Color

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

This div border color is #805edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805edf


Comments

No comments written yet.

Please login to write comment.