Color Hex Logo

#805ebd Color Hex

#805EBD
(128,94,189)
0 Favorites   0 Comments

Color spaces of #805ebd

RGB 12894189
HSL0.730.420.55
HSV261°50°74°
CMYK 0.320.500.00   0.26
XYZ22.090116.268750.1200
Yxy16.26870.24970.1839
Hunter Lab40.334527.1743-45.4402
CIE-Lab47.325134.4608-45.2425

#805ebd color RGB value is (128,94,189).

#805ebd hex color red value is 128, green value is 94 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #805ebd hue: 0.73 , saturation: 0.42 and the lightness value of 805ebd is 0.55.

The process color (four color CMYK) of #805ebd color hex is 0.32, 0.50, 0.00, 0.26. Web safe color of #805ebd is #9966cc. Color #805ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01011110 10111101
Octal 200 136 275
Decimal 128 94 189
Hex 80 5E BD

RGB Percentages of Color #805ebd

%31.14
%22.87
%45.99

CMYK Percentages of Color #805ebd

%32
%50
%0
%26

Triadic Colors of #805ebd

#805ebd #bd805e #5ebd80

Analogous Colors of #805ebd

#805ebd #b05ebd #5e6cbd

Monochromatic Colors of #805ebd

#805ebd

Complementary Color

#805ebd #9bbd5e

#805ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#805ebd Color CSS Codes

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

#805ebd Text Font Color

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

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


#805ebd Background Color

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

This div background color is #805ebd


#805ebd Border Color

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

This div border color is #805ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805ebd


Comments

No comments written yet.

Please login to write comment.