Color Hex Logo

#803588 Color Hex

#803588
(128,53,136)
0 Favorites   0 Comments

Color spaces of #803588

RGB 12853136
HSL0.820.440.37
HSV294°61°53°
CMYK 0.060.610.00   0.47
XYZ14.61918.913024.2424
Yxy8.91300.30600.1866
Hunter Lab29.854635.1615-27.2461
CIE-Lab35.816244.5488-31.8800

#803588 color RGB value is (128,53,136).

#803588 hex color red value is 128, green value is 53 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #803588 hue: 0.82 , saturation: 0.44 and the lightness value of 803588 is 0.37.

The process color (four color CMYK) of #803588 color hex is 0.06, 0.61, 0.00, 0.47. Web safe color of #803588 is #993399. Color #803588 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110101 10001000
Octal 200 65 210
Decimal 128 53 136
Hex 80 35 88

RGB Percentages of Color #803588

%40.38
%16.72
%42.90

CMYK Percentages of Color #803588

%6
%61
%0
%47

Triadic Colors of #803588

#803588 #888035 #358880

Analogous Colors of #803588

#803588 #883567 #573588

Monochromatic Colors of #803588

#803588

Complementary Color

#803588 #3d8835

#803588 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803588 Color Preview on White Background

Lorem ipsum dolor sit amet.

#803588 Color CSS Codes

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

#803588 Text Font Color

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

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


#803588 Background Color

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

This div background color is #803588


#803588 Border Color

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

This div border color is #803588


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803588


Comments

No comments written yet.

Please login to write comment.