Color Hex Logo

#805fdd Color Hex

#805FDD
(128,95,221)
0 Favorites   0 Comments

Color spaces of #805fdd

RGB 12895221
HSL0.710.650.62
HSV256°57°87°
CMYK 0.420.570.00   0.13
XYZ26.045417.994170.5071
Yxy17.99410.22740.1571
Hunter Lab42.419535.3644-68.8547
CIE-Lab49.489042.4838-60.1178

#805fdd color RGB value is (128,95,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01011111 11011101
Octal 200 137 335
Decimal 128 95 221
Hex 80 5F DD

RGB Percentages of Color #805fdd

%28.83
%21.40
%49.77

CMYK Percentages of Color #805fdd

%42
%57
%0
%13

Triadic Colors of #805fdd

#805fdd #dd805f #5fdd80

Analogous Colors of #805fdd

#805fdd #bf5fdd #5f7ddd

Monochromatic Colors of #805fdd

#805fdd

Complementary Color

#805fdd #bcdd5f

#805fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#805fdd Color CSS Codes

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

#805fdd Text Font Color

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

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


#805fdd Background Color

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

This div background color is #805fdd


#805fdd Border Color

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

This div border color is #805fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805fdd


Comments

No comments written yet.

Please login to write comment.