Color Hex Logo

#806ed5 Color Hex

#806ED5
(128,110,213)
0 Favorites   0 Comments

Color spaces of #806ed5

RGB 128110213
HSL0.700.550.63
HSV250°48°84°
CMYK 0.400.480.00   0.16
XYZ26.488320.545265.5203
Yxy20.54520.23530.1825
Hunter Lab45.326824.9908-53.9754
CIE-Lab52.448131.5593-50.8364

#806ed5 color RGB value is (128,110,213).

#806ed5 hex color red value is 128, green value is 110 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #806ed5 hue: 0.70 , saturation: 0.55 and the lightness value of 806ed5 is 0.63.

The process color (four color CMYK) of #806ed5 color hex is 0.40, 0.48, 0.00, 0.16. Web safe color of #806ed5 is #9966cc. Color #806ed5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101110 11010101
Octal 200 156 325
Decimal 128 110 213
Hex 80 6E D5

RGB Percentages of Color #806ed5

%28.38
%24.39
%47.23

CMYK Percentages of Color #806ed5

%40
%48
%0
%16

Triadic Colors of #806ed5

#806ed5 #d5806e #6ed580

Analogous Colors of #806ed5

#806ed5 #b46ed5 #6e90d5

Monochromatic Colors of #806ed5

#806ed5

Complementary Color

#806ed5 #c3d56e

#806ed5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806ed5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#806ed5 Color CSS Codes

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

#806ed5 Text Font Color

<p style="color:#806ed5">Text here</p>

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


#806ed5 Background Color

<div style="background-color:#806ed5">
Div content here</div>

This div background color is #806ed5


#806ed5 Border Color

<div style="border:3px solid #806ed5">
Div here</div>

This div border color is #806ed5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,110,213, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #806ed5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #806ed5;
  -webkit-box-shadow: 1px 1px 3px 2px #806ed5;
  box-shadow:         1px 1px 3px 2px #806ed5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806ed5


Comments

No comments written yet.

Please login to write comment.