Color Hex Logo

#e547dd Color Hex

#E547DD
(229,71,221)
0 Favorites   0 Comments

Color spaces of #e547dd

RGB 22971221
HSL0.840.750.59
HSV303°69°90°
CMYK 0.000.690.03   0.10
XYZ47.617526.384970.9897
Yxy26.38490.32840.1820
Hunter Lab51.366275.5821-45.9842
CIE-Lab58.400676.4195-45.1468

#e547dd color RGB value is (229,71,221).

#e547dd hex color red value is 229, green value is 71 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e547dd hue: 0.84 , saturation: 0.75 and the lightness value of e547dd is 0.59.

The process color (four color CMYK) of #e547dd color hex is 0.00, 0.69, 0.03, 0.10. Web safe color of #e547dd is #cc33cc. Color #e547dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01000111 11011101
Octal 345 107 335
Decimal 229 71 221
Hex E5 47 DD

RGB Percentages of Color #e547dd

%43.95
%13.63
%42.42

CMYK Percentages of Color #e547dd

%0
%69
%3
%10

Triadic Colors of #e547dd

#e547dd #dde547 #47dde5

Analogous Colors of #e547dd

#e547dd #e5478e #9e47e5

Monochromatic Colors of #e547dd

#e547dd

Complementary Color

#e547dd #47e54f

#e547dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e547dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e547dd Color CSS Codes

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

#e547dd Text Font Color

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

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


#e547dd Background Color

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

This div background color is #e547dd


#e547dd Border Color

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

This div border color is #e547dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e547dd


Comments

No comments written yet.

Please login to write comment.