Color Hex Logo

#e576dd Color Hex

#E576DD
(229,118,221)
0 Favorites   0 Comments

Color spaces of #e576dd

RGB 229118221
HSL0.850.680.68
HSV304°48°90°
CMYK 0.000.480.03   0.10
XYZ51.842734.835372.3981
Yxy34.83530.32590.2190
Hunter Lab59.021453.5017-31.4125
CIE-Lab65.620256.7147-33.8385

#e576dd color RGB value is (229,118,221).

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

The process color (four color CMYK) of #e576dd color hex is 0.00, 0.48, 0.03, 0.10. Web safe color of #e576dd is #cc66cc. Color #e576dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110110 11011101
Octal 345 166 335
Decimal 229 118 221
Hex E5 76 DD

RGB Percentages of Color #e576dd

%40.32
%20.77
%38.91

CMYK Percentages of Color #e576dd

%0
%48
%3
%10

Triadic Colors of #e576dd

#e576dd #dde576 #76dde5

Analogous Colors of #e576dd

#e576dd #e576a6 #b676e5

Monochromatic Colors of #e576dd

#e576dd

Complementary Color

#e576dd #76e57e

#e576dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e576dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e576dd Color CSS Codes

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

#e576dd Text Font Color

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

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


#e576dd Background Color

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

This div background color is #e576dd


#e576dd Border Color

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

This div border color is #e576dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e576dd


Comments

No comments written yet.

Please login to write comment.