Color Hex Logo

#e55cde Color Hex

#E55CDE
(229,92,222)
0 Favorites   0 Comments

Color spaces of #e55cde

RGB 22992222
HSL0.840.720.63
HSV303°60°90°
CMYK 0.000.600.03   0.10
XYZ49.325129.586272.2182
Yxy29.58620.32640.1958
Hunter Lab54.393266.6801-40.6445
CIE-Lab61.295568.6326-41.1502

#e55cde color RGB value is (229,92,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011100 11011110
Octal 345 134 336
Decimal 229 92 222
Hex E5 5C DE

RGB Percentages of Color #e55cde

%42.17
%16.94
%40.88

CMYK Percentages of Color #e55cde

%0
%60
%3
%10

Triadic Colors of #e55cde

#e55cde #dee55c #5cdee5

Analogous Colors of #e55cde

#e55cde #e55c9a #a85ce5

Monochromatic Colors of #e55cde

#e55cde

Complementary Color

#e55cde #5ce563

#e55cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55cde Color CSS Codes

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

#e55cde Text Font Color

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

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


#e55cde Background Color

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

This div background color is #e55cde


#e55cde Border Color

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

This div border color is #e55cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55cde


Comments

No comments written yet.

Please login to write comment.