Color Hex Logo

#804387 Color Hex

#804387
(128,67,135)
0 Favorites   0 Comments

Color spaces of #804387

RGB 12867135
HSL0.820.340.40
HSV294°50°53°
CMYK 0.050.500.00   0.47
XYZ15.282410.352824.1145
Yxy10.35280.30720.2081
Hunter Lab32.175828.4739-21.9125
CIE-Lab38.468337.1093-27.0939

#804387 color RGB value is (128,67,135).

#804387 hex color red value is 128, green value is 67 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #804387 hue: 0.82 , saturation: 0.34 and the lightness value of 804387 is 0.40.

The process color (four color CMYK) of #804387 color hex is 0.05, 0.50, 0.00, 0.47. Web safe color of #804387 is #993399. Color #804387 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01000011 10000111
Octal 200 103 207
Decimal 128 67 135
Hex 80 43 87

RGB Percentages of Color #804387

%38.79
%20.30
%40.91

CMYK Percentages of Color #804387

%5
%50
%0
%47

Triadic Colors of #804387

#804387 #878043 #438780

Analogous Colors of #804387

#804387 #87436c #5e4387

Monochromatic Colors of #804387

#804387

Complementary Color

#804387 #4a8743

#804387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#804387 Color CSS Codes

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

#804387 Text Font Color

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

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


#804387 Background Color

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

This div background color is #804387


#804387 Border Color

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

This div border color is #804387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #804387


Comments

No comments written yet.

Please login to write comment.