Color Hex Logo

#805fad Color Hex

#805FAD
(128,95,173)
0 Favorites   0 Comments

Color spaces of #805fad

RGB 12895173
HSL0.740.320.53
HSV265°45°68°
CMYK 0.260.450.00   0.32
XYZ20.537115.790741.5007
Yxy15.79070.26390.2029
Hunter Lab39.737522.7115-34.1045
CIE-Lab46.698729.7809-36.9079

#805fad color RGB value is (128,95,173).

#805fad hex color red value is 128, green value is 95 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #805fad hue: 0.74 , saturation: 0.32 and the lightness value of 805fad is 0.53.

The process color (four color CMYK) of #805fad color hex is 0.26, 0.45, 0.00, 0.32. Web safe color of #805fad is #996699. Color #805fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01011111 10101101
Octal 200 137 255
Decimal 128 95 173
Hex 80 5F AD

RGB Percentages of Color #805fad

%32.32
%23.99
%43.69

CMYK Percentages of Color #805fad

%26
%45
%0
%32

Triadic Colors of #805fad

#805fad #ad805f #5fad80

Analogous Colors of #805fad

#805fad #a75fad #5f65ad

Monochromatic Colors of #805fad

#805fad

Complementary Color

#805fad #8cad5f

#805fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#805fad Color CSS Codes

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

#805fad Text Font Color

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

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


#805fad Background Color

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

This div background color is #805fad


#805fad Border Color

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

This div border color is #805fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805fad


Comments

No comments written yet.

Please login to write comment.