color codes Logo

#e45ddc color codes

#E45DDC
(228,93,220)
0 Favorites   0 Comments

Color spaces of #e45ddc

RGB 22893220
HSL0.840.710.63
HSV304°59°89°
CMYK 0.000.590.04   0.11
XYZ48.827529.490070.8288
Yxy29.49000.32740.1977
Hunter Lab54.304765.4632-39.3178
CIE-Lab61.211767.6384-40.1690

#e45ddc color RGB value is (228,93,220).

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

The process color (four color CMYK) of #e45ddc color code is 0.00, 0.59, 0.04, 0.11. Web safe color of #e45ddc is #cc66cc. Color #e45ddc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01011101 11011100
Octal 344 135 334
Decimal 228 93 220
Hex E4 5D DC

RGB Percentages of Color #e45ddc

%42.14
%17.19
%40.67

CMYK Percentages of Color #e45ddc

%0
%59
%4
%11

Triadic Colors of #e45ddc

#e45ddc #dce45d #5ddce4

Analogous Colors of #e45ddc

#e45ddc #e45d99 #a95de4

Monochromatic Colors of #e45ddc

#e45ddc

Complementary Color

#e45ddc #5de465

#e45ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e45ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e45ddc Color CSS Codes

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

#e45ddc Text Font Color

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

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


#e45ddc Background Color

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

This div background color is #e45ddc


#e45ddc Border Color

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

This div border color is #e45ddc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,93,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e45ddc


Comments

No comments written yet.

Please login to write comment.