Color Hex Logo

#e55cdd Color Hex

#E55CDD
(229,92,221)
0 Favorites   0 Comments

Color spaces of #e55cdd

RGB 22992221
HSL0.840.720.63
HSV304°60°90°
CMYK 0.000.600.03   0.10
XYZ49.191429.532871.5143
Yxy29.53280.32740.1966
Hunter Lab54.344166.4732-39.9820
CIE-Lab61.249068.4698-40.6619

#e55cdd color RGB value is (229,92,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011100 11011101
Octal 345 134 335
Decimal 229 92 221
Hex E5 5C DD

RGB Percentages of Color #e55cdd

%42.25
%16.97
%40.77

CMYK Percentages of Color #e55cdd

%0
%60
%3
%10

Triadic Colors of #e55cdd

#e55cdd #dde55c #5cdde5

Analogous Colors of #e55cdd

#e55cdd #e55c99 #a95ce5

Monochromatic Colors of #e55cdd

#e55cdd

Complementary Color

#e55cdd #5ce564

#e55cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55cdd Color CSS Codes

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

#e55cdd Text Font Color

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

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


#e55cdd Background Color

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

This div background color is #e55cdd


#e55cdd Border Color

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

This div border color is #e55cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55cdd


Comments

No comments written yet.

Please login to write comment.