Color Hex Logo

#802deb Color Hex

#802DEB
(128,45,235)
0 Favorites   0 Comments

Color spaces of #802deb

RGB 12845235
HSL0.740.830.55
HSV266°81°92°
CMYK 0.460.810.00   0.08
XYZ24.835912.464179.6941
Yxy12.46410.21230.1065
Hunter Lab35.304563.7876-109.1241
CIE-Lab41.944469.8963-80.3362

#802deb color RGB value is (128,45,235).

#802deb hex color red value is 128, green value is 45 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #802deb hue: 0.74 , saturation: 0.83 and the lightness value of 802deb is 0.55.

The process color (four color CMYK) of #802deb color hex is 0.46, 0.81, 0.00, 0.08. Web safe color of #802deb is #9933ff. Color #802deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00101101 11101011
Octal 200 55 353
Decimal 128 45 235
Hex 80 2D EB

RGB Percentages of Color #802deb

%31.37
%11.03
%57.60

CMYK Percentages of Color #802deb

%46
%81
%0
%8

Triadic Colors of #802deb

#802deb #eb802d #2deb80

Analogous Colors of #802deb

#802deb #df2deb #2d39eb

Monochromatic Colors of #802deb

#802deb

Complementary Color

#802deb #98eb2d

#802deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#802deb Color CSS Codes

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

#802deb Text Font Color

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

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


#802deb Background Color

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

This div background color is #802deb


#802deb Border Color

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

This div border color is #802deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802deb


Comments

No comments written yet.

Please login to write comment.