Color Hex Logo

#805caf Color Hex

#805CAF
(128,92,175)
0 Favorites   0 Comments

Color spaces of #805caf

RGB 12892175
HSL0.740.340.52
HSV266°47°69°
CMYK 0.270.470.00   0.31
XYZ20.467115.338642.4394
Yxy15.33860.26160.1960
Hunter Lab39.164524.7449-36.8326
CIE-Lab46.094532.0438-39.0347

#805caf color RGB value is (128,92,175).

#805caf hex color red value is 128, green value is 92 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #805caf hue: 0.74 , saturation: 0.34 and the lightness value of 805caf is 0.52.

The process color (four color CMYK) of #805caf color hex is 0.27, 0.47, 0.00, 0.31. Web safe color of #805caf is #996699. Color #805caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01011100 10101111
Octal 200 134 257
Decimal 128 92 175
Hex 80 5C AF

RGB Percentages of Color #805caf

%32.41
%23.29
%44.30

CMYK Percentages of Color #805caf

%27
%47
%0
%31

Triadic Colors of #805caf

#805caf #af805c #5caf80

Analogous Colors of #805caf

#805caf #aa5caf #5c62af

Monochromatic Colors of #805caf

#805caf

Complementary Color

#805caf #8baf5c

#805caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#805caf Color CSS Codes

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

#805caf Text Font Color

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

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


#805caf Background Color

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

This div background color is #805caf


#805caf Border Color

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

This div border color is #805caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805caf


Comments

No comments written yet.

Please login to write comment.