Color Hex Logo

#803475 Color Hex

#803475
(128,52,117)
0 Favorites   0 Comments

Color spaces of #803475

RGB 12852117
HSL0.860.420.35
HSV309°59°50°
CMYK 0.000.590.09   0.50
XYZ13.34108.329517.7342
Yxy8.32950.33860.2114
Hunter Lab28.860932.0055-16.2294
CIE-Lab34.659941.4867-21.8783

#803475 color RGB value is (128,52,117).

#803475 hex color red value is 128, green value is 52 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #803475 hue: 0.86 , saturation: 0.42 and the lightness value of 803475 is 0.35.

The process color (four color CMYK) of #803475 color hex is 0.00, 0.59, 0.09, 0.50. Web safe color of #803475 is #993366. Color #803475 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110100 01110101
Octal 200 64 165
Decimal 128 52 117
Hex 80 34 75

RGB Percentages of Color #803475

%43.10
%17.51
%39.39

CMYK Percentages of Color #803475

%0
%59
%9
%50

Triadic Colors of #803475

#803475 #758034 #347580

Analogous Colors of #803475

#803475 #80344f #653480

Monochromatic Colors of #803475

#803475

Complementary Color

#803475 #34803f

#803475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#803475 Color CSS Codes

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

#803475 Text Font Color

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

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


#803475 Background Color

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

This div background color is #803475


#803475 Border Color

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

This div border color is #803475


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803475


Comments

No comments written yet.

Please login to write comment.