color codes Logo

#e582dd color codes

#E582DD
(229,130,221)
0 Favorites   0 Comments

Color spaces of #e582dd

RGB 229130221
HSL0.850.660.70
HSV305°43°90°
CMYK 0.000.430.03   0.10
XYZ53.346937.843772.8995
Yxy37.84370.32510.2306
Hunter Lab61.517247.1376-27.1981
CIE-Lab67.905350.7789-30.3009

#e582dd color RGB value is (229,130,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000010 11011101
Octal 345 202 335
Decimal 229 130 221
Hex E5 82 DD

RGB Percentages of Color #e582dd

%39.48
%22.41
%38.10

CMYK Percentages of Color #e582dd

%0
%43
%3
%10

Triadic Colors of #e582dd

#e582dd #dde582 #82dde5

Analogous Colors of #e582dd

#e582dd #e582ac #bc82e5

Monochromatic Colors of #e582dd

#e582dd

Complementary Color

#e582dd #82e58a

#e582dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e582dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e582dd Color CSS Codes

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

#e582dd Text Font Color

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

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


#e582dd Background Color

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

This div background color is #e582dd


#e582dd Border Color

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

This div border color is #e582dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e582dd


Comments

No comments written yet.

Please login to write comment.