Color Hex Logo

#802dff Color Hex

#802DFF
(128,45,255)
0 Favorites   0 Comments

Color spaces of #802dff

RGB 12845255
HSL0.731.000.59
HSV264°82°100°
CMYK 0.500.820.00   0.00
XYZ27.890513.686095.7794
Yxy13.68600.20310.0996
Hunter Lab36.994669.8319-127.6062
CIE-Lab43.779274.5894-88.5641

#802dff color RGB value is (128,45,255).

#802dff hex color red value is 128, green value is 45 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #802dff hue: 0.73 , saturation: 1.00 and the lightness value of 802dff is 0.59.

The process color (four color CMYK) of #802dff color hex is 0.50, 0.82, 0.00, 0.00. Web safe color of #802dff is #9933ff. Color #802dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00101101 11111111
Octal 200 55 377
Decimal 128 45 255
Hex 80 2D FF

RGB Percentages of Color #802dff

%29.91
%10.51
%59.58

CMYK Percentages of Color #802dff

%50
%82
%0
%0

Triadic Colors of #802dff

#802dff #ff802d #2dff80

Analogous Colors of #802dff

#802dff #e92dff #2d43ff

Monochromatic Colors of #802dff

#802dff

Complementary Color

#802dff #acff2d

#802dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#802dff Color CSS Codes

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

#802dff Text Font Color

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

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


#802dff Background Color

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

This div background color is #802dff


#802dff Border Color

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

This div border color is #802dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802dff


Comments

No comments written yet.

Please login to write comment.