Color Hex Logo

#e550dd Color Hex

#E550DD
(229,80,221)
0 Favorites   0 Comments

Color spaces of #e550dd

RGB 22980221
HSL0.840.740.61
HSV303°65°90°
CMYK 0.000.650.03   0.10
XYZ48.232927.615871.1948
Yxy27.61580.32800.1878
Hunter Lab52.550771.8697-43.5395
CIE-Lab59.540073.2115-43.3491

#e550dd color RGB value is (229,80,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01010000 11011101
Octal 345 120 335
Decimal 229 80 221
Hex E5 50 DD

RGB Percentages of Color #e550dd

%43.21
%15.09
%41.70

CMYK Percentages of Color #e550dd

%0
%65
%3
%10

Triadic Colors of #e550dd

#e550dd #dde550 #50dde5

Analogous Colors of #e550dd

#e550dd #e55093 #a350e5

Monochromatic Colors of #e550dd

#e550dd

Complementary Color

#e550dd #50e558

#e550dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e550dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e550dd Color CSS Codes

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

#e550dd Text Font Color

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

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


#e550dd Background Color

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

This div background color is #e550dd


#e550dd Border Color

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

This div border color is #e550dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e550dd


Comments

No comments written yet.

Please login to write comment.