Color Hex Logo

#805885 Color Hex

#805885
(128,88,133)
0 Favorites   0 Comments

Color spaces of #805885

RGB 12888133
HSL0.810.200.43
HSV293°34°52°
CMYK 0.040.340.00   0.48
XYZ16.625413.262123.8739
Yxy13.26210.30920.2467
Hunter Lab36.417217.7599-13.3766
CIE-Lab43.155524.6476-18.6087

#805885 color RGB value is (128,88,133).

#805885 hex color red value is 128, green value is 88 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #805885 hue: 0.81 , saturation: 0.20 and the lightness value of 805885 is 0.43.

The process color (four color CMYK) of #805885 color hex is 0.04, 0.34, 0.00, 0.48. Web safe color of #805885 is #996699. Color #805885 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01011000 10000101
Octal 200 130 205
Decimal 128 88 133
Hex 80 58 85

RGB Percentages of Color #805885

%36.68
%25.21
%38.11

CMYK Percentages of Color #805885

%4
%34
%0
%48

Triadic Colors of #805885

#805885 #858058 #588580

Analogous Colors of #805885

#805885 #855874 #6a5885

Monochromatic Colors of #805885

#805885

Complementary Color

#805885 #5d8558

#805885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#805885 Color CSS Codes

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

#805885 Text Font Color

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

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


#805885 Background Color

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

This div background color is #805885


#805885 Border Color

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

This div border color is #805885


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,88,133, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #805885; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #805885;
  -webkit-box-shadow: 1px 1px 3px 2px #805885;
  box-shadow:         1px 1px 3px 2px #805885; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805885


Comments

No comments written yet.

Please login to write comment.