Color Hex Logo

#802edf Color Hex

#802EDF
(128,46,223)
0 Favorites   0 Comments

Color spaces of #802edf

RGB 12846223
HSL0.740.730.53
HSV268°79°87°
CMYK 0.430.790.00   0.13
XYZ23.198411.870970.8807
Yxy11.87090.21900.1120
Hunter Lab34.454259.8913-97.8562
CIE-Lab41.010266.7375-75.0414

#802edf color RGB value is (128,46,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00101110 11011111
Octal 200 56 337
Decimal 128 46 223
Hex 80 2E DF

RGB Percentages of Color #802edf

%32.24
%11.59
%56.17

CMYK Percentages of Color #802edf

%43
%79
%0
%13

Triadic Colors of #802edf

#802edf #df802e #2edf80

Analogous Colors of #802edf

#802edf #d92edf #2e35df

Monochromatic Colors of #802edf

#802edf

Complementary Color

#802edf #8ddf2e

#802edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#802edf Color CSS Codes

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

#802edf Text Font Color

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

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


#802edf Background Color

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

This div background color is #802edf


#802edf Border Color

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

This div border color is #802edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802edf


Comments

No comments written yet.

Please login to write comment.