Color Hex Logo

#e082fd Color Hex

#E082FD
(224,130,253)
0 Favorites   0 Comments

Color spaces of #e082fd

RGB 224130253
HSL0.790.970.75
HSV286°49°99°
CMYK 0.110.490.00   0.01
XYZ56.452738.904497.4624
Yxy38.90440.29280.2018
Hunter Lab62.373452.4027-48.9830
CIE-Lab68.682055.2845-46.7442

#e082fd color RGB value is (224,130,253).

#e082fd hex color red value is 224, green value is 130 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e082fd hue: 0.79 , saturation: 0.97 and the lightness value of e082fd is 0.75.

The process color (four color CMYK) of #e082fd color hex is 0.11, 0.49, 0.00, 0.01. Web safe color of #e082fd is #cc99ff. Color #e082fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000010 11111101
Octal 340 202 375
Decimal 224 130 253
Hex E0 82 FD

RGB Percentages of Color #e082fd

%36.90
%21.42
%41.68

CMYK Percentages of Color #e082fd

%11
%49
%0
%1

Triadic Colors of #e082fd

#e082fd #fde082 #82fde0

Analogous Colors of #e082fd

#e082fd #fd82dd #a382fd

Monochromatic Colors of #e082fd

#e082fd

Complementary Color

#e082fd #9ffd82

#e082fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e082fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e082fd Color CSS Codes

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

#e082fd Text Font Color

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

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


#e082fd Background Color

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

This div background color is #e082fd


#e082fd Border Color

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

This div border color is #e082fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,130,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e082fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e082fd;
  -webkit-box-shadow: 1px 1px 3px 2px #e082fd;
  box-shadow:         1px 1px 3px 2px #e082fd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,130,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 #e082fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e082fd

Related Colors


Comments

No comments written yet.

Please login to write comment.