Color Hex Logo

#803287 Color Hex

#803287
(128,50,135)
0 Favorites   0 Comments

Color spaces of #803287

RGB 12850135
HSL0.820.460.36
HSV295°63°53°
CMYK 0.050.630.00   0.47
XYZ14.41598.619723.8256
Yxy8.61970.30760.1839
Hunter Lab29.359336.2675-27.5633
CIE-Lab35.241545.7790-32.1722

#803287 color RGB value is (128,50,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110010 10000111
Octal 200 62 207
Decimal 128 50 135
Hex 80 32 87

RGB Percentages of Color #803287

%40.89
%15.97
%43.13

CMYK Percentages of Color #803287

%5
%63
%0
%47

Triadic Colors of #803287

#803287 #878032 #328780

Analogous Colors of #803287

#803287 #873264 #553287

Monochromatic Colors of #803287

#803287

Complementary Color

#803287 #398732

#803287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#803287 Color CSS Codes

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

#803287 Text Font Color

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

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


#803287 Background Color

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

This div background color is #803287


#803287 Border Color

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

This div border color is #803287


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,50,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 #803287">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803287


Comments

No comments written yet.

Please login to write comment.