Color Hex Logo

#802adb Color Hex

#802ADB
(128,42,219)
0 Favorites   0 Comments

Color spaces of #802adb

RGB 12842219
HSL0.750.710.51
HSV269°81°86°
CMYK 0.420.810.00   0.14
XYZ22.516211.359668.0237
Yxy11.35960.22100.1115
Hunter Lab33.704060.2662-96.0703
CIE-Lab40.179667.2240-74.1125

#802adb color RGB value is (128,42,219).

#802adb hex color red value is 128, green value is 42 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #802adb hue: 0.75 , saturation: 0.71 and the lightness value of 802adb is 0.51.

The process color (four color CMYK) of #802adb color hex is 0.42, 0.81, 0.00, 0.14. Web safe color of #802adb is #9933cc. Color #802adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00101010 11011011
Octal 200 52 333
Decimal 128 42 219
Hex 80 2A DB

RGB Percentages of Color #802adb

%32.90
%10.80
%56.30

CMYK Percentages of Color #802adb

%42
%81
%0
%14

Triadic Colors of #802adb

#802adb #db802a #2adb80

Analogous Colors of #802adb

#802adb #d92adb #2a2ddb

Monochromatic Colors of #802adb

#802adb

Complementary Color

#802adb #85db2a

#802adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#802adb Color CSS Codes

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

#802adb Text Font Color

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

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


#802adb Background Color

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

This div background color is #802adb


#802adb Border Color

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

This div border color is #802adb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,42,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #802adb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #802adb;
  -webkit-box-shadow: 1px 1px 3px 2px #802adb;
  box-shadow:         1px 1px 3px 2px #802adb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802adb


Comments

No comments written yet.

Please login to write comment.