Color Hex Logo

#805bdc Color Hex

#805BDC
(128,91,220)
0 Favorites   0 Comments

Color spaces of #805bdc

RGB 12891220
HSL0.710.650.61
HSV257°59°86°
CMYK 0.420.590.00   0.14
XYZ25.561417.238769.6903
Yxy17.23870.22720.1532
Hunter Lab41.519537.2340-70.4543
CIE-Lab48.559444.4662-61.0497

#805bdc color RGB value is (128,91,220).

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

The process color (four color CMYK) of #805bdc color hex is 0.42, 0.59, 0.00, 0.14. Web safe color of #805bdc is #9966cc. Color #805bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01011011 11011100
Octal 200 133 334
Decimal 128 91 220
Hex 80 5B DC

RGB Percentages of Color #805bdc

%29.16
%20.73
%50.11

CMYK Percentages of Color #805bdc

%42
%59
%0
%14

Triadic Colors of #805bdc

#805bdc #dc805b #5bdc80

Analogous Colors of #805bdc

#805bdc #c15bdc #5b77dc

Monochromatic Colors of #805bdc

#805bdc

Complementary Color

#805bdc #b7dc5b

#805bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#805bdc Color CSS Codes

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

#805bdc Text Font Color

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

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


#805bdc Background Color

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

This div background color is #805bdc


#805bdc Border Color

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

This div border color is #805bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805bdc


Comments

No comments written yet.

Please login to write comment.