Color Hex Logo

#802363 Color Hex

#802363
(128,35,99)
0 Favorites   0 Comments

Color spaces of #802363

RGB 1283599
HSL0.890.570.32
HSV319°73°50°
CMYK 0.000.730.23   0.50
XYZ11.75536.692112.4765
Yxy6.69210.38010.2164
Hunter Lab25.869135.8421-10.4868
CIE-Lab31.095446.1185-15.9431

#802363 color RGB value is (128,35,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00100011 01100011
Octal 200 43 143
Decimal 128 35 99
Hex 80 23 63

RGB Percentages of Color #802363

%48.85
%13.36
%37.79

CMYK Percentages of Color #802363

%0
%73
%23
%50

Triadic Colors of #802363

#802363 #638023 #236380

Analogous Colors of #802363

#802363 #802335 #6f2380

Monochromatic Colors of #802363

#802363

Complementary Color

#802363 #238040

#802363 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802363 Color Preview on White Background

Lorem ipsum dolor sit amet.

#802363 Color CSS Codes

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

#802363 Text Font Color

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

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


#802363 Background Color

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

This div background color is #802363


#802363 Border Color

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

This div border color is #802363


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802363


Comments

No comments written yet.

Please login to write comment.