Color Hex Logo

#802263 Color Hex

#802263
(128,34,99)
0 Favorites   0 Comments

Color spaces of #802263

RGB 1283499
HSL0.880.580.32
HSV319°73°50°
CMYK 0.000.730.23   0.50
XYZ11.72626.634112.4668
Yxy6.63410.38040.2152
Hunter Lab25.756736.1909-10.6679
CIE-Lab30.959046.5010-16.1532

#802263 color RGB value is (128,34,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00100010 01100011
Octal 200 42 143
Decimal 128 34 99
Hex 80 22 63

RGB Percentages of Color #802263

%49.04
%13.03
%37.93

CMYK Percentages of Color #802263

%0
%73
%23
%50

Triadic Colors of #802263

#802263 #638022 #226380

Analogous Colors of #802263

#802263 #802234 #6e2280

Monochromatic Colors of #802263

#802263

Complementary Color

#802263 #22803f

#802263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#802263 Color CSS Codes

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

#802263 Text Font Color

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

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


#802263 Background Color

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

This div background color is #802263


#802263 Border Color

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

This div border color is #802263


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802263


Comments

No comments written yet.

Please login to write comment.