Color Hex Logo

#805da5 Color Hex

#805DA5
(128,93,165)
0 Favorites   0 Comments

Color spaces of #805da5

RGB 12893165
HSL0.750.290.51
HSV269°44°65°
CMYK 0.220.440.00   0.35
XYZ19.608015.134537.4851
Yxy15.13450.27150.2095
Hunter Lab38.903121.8875-29.8968
CIE-Lab45.817928.9830-33.5900

#805da5 color RGB value is (128,93,165).

#805da5 hex color red value is 128, green value is 93 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #805da5 hue: 0.75 , saturation: 0.29 and the lightness value of 805da5 is 0.51.

The process color (four color CMYK) of #805da5 color hex is 0.22, 0.44, 0.00, 0.35. Web safe color of #805da5 is #996699. Color #805da5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01011101 10100101
Octal 200 135 245
Decimal 128 93 165
Hex 80 5D A5

RGB Percentages of Color #805da5

%33.16
%24.09
%42.75

CMYK Percentages of Color #805da5

%22
%44
%0
%35

Triadic Colors of #805da5

#805da5 #a5805d #5da580

Analogous Colors of #805da5

#805da5 #a45da5 #5d5ea5

Monochromatic Colors of #805da5

#805da5

Complementary Color

#805da5 #82a55d

#805da5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805da5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#805da5 Color CSS Codes

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

#805da5 Text Font Color

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

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


#805da5 Background Color

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

This div background color is #805da5


#805da5 Border Color

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

This div border color is #805da5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805da5


Comments

No comments written yet.

Please login to write comment.