Color Hex Logo

#805dd3 Color Hex

#805DD3
(128,93,211)
0 Favorites   0 Comments

Color spaces of #805dd3

RGB 12893211
HSL0.720.570.60
HSV258°56°83°
CMYK 0.390.560.00   0.17
XYZ24.574317.121063.6375
Yxy17.12100.23330.1625
Hunter Lab41.377533.6013-62.2221
CIE-Lab48.412140.8919-56.1618

#805dd3 color RGB value is (128,93,211).

#805dd3 hex color red value is 128, green value is 93 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #805dd3 hue: 0.72 , saturation: 0.57 and the lightness value of 805dd3 is 0.60.

The process color (four color CMYK) of #805dd3 color hex is 0.39, 0.56, 0.00, 0.17. Web safe color of #805dd3 is #9966cc. Color #805dd3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01011101 11010011
Octal 200 135 323
Decimal 128 93 211
Hex 80 5D D3

RGB Percentages of Color #805dd3

%29.63
%21.53
%48.84

CMYK Percentages of Color #805dd3

%39
%56
%0
%17

Triadic Colors of #805dd3

#805dd3 #d3805d #5dd380

Analogous Colors of #805dd3

#805dd3 #bb5dd3 #5d75d3

Monochromatic Colors of #805dd3

#805dd3

Complementary Color

#805dd3 #b0d35d

#805dd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805dd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#805dd3 Color CSS Codes

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

#805dd3 Text Font Color

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

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


#805dd3 Background Color

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

This div background color is #805dd3


#805dd3 Border Color

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

This div border color is #805dd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805dd3


Comments

No comments written yet.

Please login to write comment.