Color Hex Logo

#802efd Color Hex

#802EFD
(128,46,253)
0 Favorites   0 Comments

Color spaces of #802efd

RGB 12846253
HSL0.730.980.59
HSV264°82°99°
CMYK 0.490.820.00   0.01
XYZ27.608713.635094.1052
Yxy13.63500.20400.1007
Hunter Lab36.925668.8419-125.2531
CIE-Lab43.704973.7870-87.5691

#802efd color RGB value is (128,46,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00101110 11111101
Octal 200 56 375
Decimal 128 46 253
Hex 80 2E FD

RGB Percentages of Color #802efd

%29.98
%10.77
%59.25

CMYK Percentages of Color #802efd

%49
%82
%0
%1

Triadic Colors of #802efd

#802efd #fd802e #2efd80

Analogous Colors of #802efd

#802efd #e82efd #2e44fd

Monochromatic Colors of #802efd

#802efd

Complementary Color

#802efd #abfd2e

#802efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#802efd Color CSS Codes

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

#802efd Text Font Color

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

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


#802efd Background Color

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

This div background color is #802efd


#802efd Border Color

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

This div border color is #802efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802efd


Comments

No comments written yet.

Please login to write comment.