Color Hex Logo

#803584 Color Hex

#803584
(128,53,132)
0 Favorites   0 Comments

Color spaces of #803584

RGB 12853132
HSL0.820.430.36
HSV297°60°52°
CMYK 0.030.600.00   0.48
XYZ14.34008.801322.7728
Yxy8.80130.31230.1917
Hunter Lab29.667034.3635-24.7450
CIE-Lab35.598943.7699-29.7541

#803584 color RGB value is (128,53,132).

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

The process color (four color CMYK) of #803584 color hex is 0.03, 0.60, 0.00, 0.48. Web safe color of #803584 is #993399. Color #803584 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110101 10000100
Octal 200 65 204
Decimal 128 53 132
Hex 80 35 84

RGB Percentages of Color #803584

%40.89
%16.93
%42.17

CMYK Percentages of Color #803584

%3
%60
%0
%48

Triadic Colors of #803584

#803584 #848035 #358480

Analogous Colors of #803584

#803584 #843560 #593584

Monochromatic Colors of #803584

#803584

Complementary Color

#803584 #398435

#803584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#803584 Color CSS Codes

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

#803584 Text Font Color

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

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


#803584 Background Color

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

This div background color is #803584


#803584 Border Color

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

This div border color is #803584


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803584


Comments

No comments written yet.

Please login to write comment.