Color Hex Logo

#802376 Color Hex

#802376
(128,35,118)
0 Favorites   0 Comments

Color spaces of #802376

RGB 12835118
HSL0.850.570.32
HSV306°73°50°
CMYK 0.000.730.08   0.50
XYZ12.77317.099317.8366
Yxy7.09930.33870.1883
Hunter Lab26.644538.9431-21.0393
CIE-Lab32.031949.0736-26.6191

#802376 color RGB value is (128,35,118).

#802376 hex color red value is 128, green value is 35 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #802376 hue: 0.85 , saturation: 0.57 and the lightness value of 802376 is 0.32.

The process color (four color CMYK) of #802376 color hex is 0.00, 0.73, 0.08, 0.50. Web safe color of #802376 is #993366. Color #802376 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00100011 01110110
Octal 200 43 166
Decimal 128 35 118
Hex 80 23 76

RGB Percentages of Color #802376

%45.55
%12.46
%41.99

CMYK Percentages of Color #802376

%0
%73
%8
%50

Triadic Colors of #802376

#802376 #768023 #237680

Analogous Colors of #802376

#802376 #802348 #5c2380

Monochromatic Colors of #802376

#802376

Complementary Color

#802376 #23802d

#802376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#802376 Color CSS Codes

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

#802376 Text Font Color

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

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


#802376 Background Color

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

This div background color is #802376


#802376 Border Color

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

This div border color is #802376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802376


Comments

No comments written yet.

Please login to write comment.