Color Hex Logo

#e555de Color Hex

#E555DE
(229,85,222)
0 Favorites   0 Comments

Color spaces of #e555de

RGB 22985222
HSL0.840.730.62
HSV303°63°90°
CMYK 0.000.630.03   0.10
XYZ48.746428.428972.0254
Yxy28.42890.32670.1905
Hunter Lab53.318869.8849-42.7685
CIE-Lab60.274371.4571-42.7557

#e555de color RGB value is (229,85,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01010101 11011110
Octal 345 125 336
Decimal 229 85 222
Hex E5 55 DE

RGB Percentages of Color #e555de

%42.72
%15.86
%41.42

CMYK Percentages of Color #e555de

%0
%63
%3
%10

Triadic Colors of #e555de

#e555de #dee555 #55dee5

Analogous Colors of #e555de

#e555de #e55596 #a455e5

Monochromatic Colors of #e555de

#e555de

Complementary Color

#e555de #55e55c

#e555de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e555de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e555de Color CSS Codes

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

#e555de Text Font Color

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

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


#e555de Background Color

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

This div background color is #e555de


#e555de Border Color

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

This div border color is #e555de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e555de


Comments

No comments written yet.

Please login to write comment.