Color Hex Logo

#e582de Color Hex

#E582DE
(229,130,222)
0 Favorites   0 Comments

Color spaces of #e582de

RGB 229130222
HSL0.850.660.70
HSV304°43°90°
CMYK 0.000.430.03   0.10
XYZ53.480537.897273.6034
Yxy37.89720.32420.2297
Hunter Lab61.560747.3396-27.7960
CIE-Lab67.944850.9526-30.7941

#e582de color RGB value is (229,130,222).

#e582de hex color red value is 229, green value is 130 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e582de hue: 0.85 , saturation: 0.66 and the lightness value of e582de is 0.70.

The process color (four color CMYK) of #e582de color hex is 0.00, 0.43, 0.03, 0.10. Web safe color of #e582de is #cc99cc. Color #e582de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000010 11011110
Octal 345 202 336
Decimal 229 130 222
Hex E5 82 DE

RGB Percentages of Color #e582de

%39.41
%22.38
%38.21

CMYK Percentages of Color #e582de

%0
%43
%3
%10

Triadic Colors of #e582de

#e582de #dee582 #82dee5

Analogous Colors of #e582de

#e582de #e582ad #bb82e5

Monochromatic Colors of #e582de

#e582de

Complementary Color

#e582de #82e589

#e582de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e582de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e582de Color CSS Codes

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

#e582de Text Font Color

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

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


#e582de Background Color

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

This div background color is #e582de


#e582de Border Color

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

This div border color is #e582de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,130,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e582de


Comments

No comments written yet.

Please login to write comment.