Color Hex Logo

#802ddf Color Hex

#802DDF
(128,45,223)
0 Favorites   0 Comments

Color spaces of #802ddf

RGB 12845223
HSL0.740.740.53
HSV268°80°87°
CMYK 0.430.800.00   0.13
XYZ23.159811.793770.8678
Yxy11.79370.21890.1114
Hunter Lab34.342060.2798-98.3110
CIE-Lab40.886367.0980-75.2445

#802ddf color RGB value is (128,45,223).

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

The process color (four color CMYK) of #802ddf color hex is 0.43, 0.80, 0.00, 0.13. Web safe color of #802ddf is #9933cc. Color #802ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00101101 11011111
Octal 200 55 337
Decimal 128 45 223
Hex 80 2D DF

RGB Percentages of Color #802ddf

%32.32
%11.36
%56.31

CMYK Percentages of Color #802ddf

%43
%80
%0
%13

Triadic Colors of #802ddf

#802ddf #df802d #2ddf80

Analogous Colors of #802ddf

#802ddf #d92ddf #2d33df

Monochromatic Colors of #802ddf

#802ddf

Complementary Color

#802ddf #8cdf2d

#802ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#802ddf Color CSS Codes

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

#802ddf Text Font Color

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

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


#802ddf Background Color

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

This div background color is #802ddf


#802ddf Border Color

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

This div border color is #802ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802ddf


Comments

No comments written yet.

Please login to write comment.