Color Hex Logo

#e45dde Color Hex

#E45DDE
(228,93,222)
0 Favorites   0 Comments

Color spaces of #e45dde

RGB 22893222
HSL0.840.710.63
HSV303°59°89°
CMYK 0.000.590.03   0.11
XYZ49.094129.596672.2324
Yxy29.59660.32530.1961
Hunter Lab54.402865.8770-40.6394
CIE-Lab61.304667.9654-41.1460

#e45dde color RGB value is (228,93,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01011101 11011110
Octal 344 135 336
Decimal 228 93 222
Hex E4 5D DE

RGB Percentages of Color #e45dde

%41.99
%17.13
%40.88

CMYK Percentages of Color #e45dde

%0
%59
%3
%11

Triadic Colors of #e45dde

#e45dde #dee45d #5ddee4

Analogous Colors of #e45dde

#e45dde #e45d9b #a75de4

Monochromatic Colors of #e45dde

#e45dde

Complementary Color

#e45dde #5de463

#e45dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e45dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e45dde Color CSS Codes

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

#e45dde Text Font Color

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

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


#e45dde Background Color

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

This div background color is #e45dde


#e45dde Border Color

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

This div border color is #e45dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e45dde


Comments

No comments written yet.

Please login to write comment.