Color Hex Logo

#e55edf Color Hex

#E55EDF
(229,94,223)
0 Favorites   0 Comments

Color spaces of #e55edf

RGB 22994223
HSL0.840.720.63
HSV303°59°90°
CMYK 0.000.590.03   0.10
XYZ49.635129.991172.9848
Yxy29.99110.32520.1965
Hunter Lab54.764165.9450-40.6816
CIE-Lab61.646567.9596-41.1600

#e55edf color RGB value is (229,94,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011110 11011111
Octal 345 136 337
Decimal 229 94 223
Hex E5 5E DF

RGB Percentages of Color #e55edf

%41.94
%17.22
%40.84

CMYK Percentages of Color #e55edf

%0
%59
%3
%10

Triadic Colors of #e55edf

#e55edf #dfe55e #5edfe5

Analogous Colors of #e55edf

#e55edf #e55e9c #a85ee5

Monochromatic Colors of #e55edf

#e55edf

Complementary Color

#e55edf #5ee564

#e55edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55edf Color CSS Codes

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

#e55edf Text Font Color

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

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


#e55edf Background Color

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

This div background color is #e55edf


#e55edf Border Color

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

This div border color is #e55edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55edf


Comments

No comments written yet.

Please login to write comment.