Color Hex Logo

#e45dcc Color Hex

#E45DCC
(228,93,204)
0 Favorites   0 Comments

Color spaces of #e45dcc

RGB 22893204
HSL0.860.710.63
HSV311°59°89°
CMYK 0.000.590.11   0.11
XYZ46.808328.682360.1959
Yxy28.68230.34500.2114
Hunter Lab53.555962.2878-29.1519
CIE-Lab60.500265.1071-32.2498

#e45dcc color RGB value is (228,93,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01011101 11001100
Octal 344 135 314
Decimal 228 93 204
Hex E4 5D CC

RGB Percentages of Color #e45dcc

%43.43
%17.71
%38.86

CMYK Percentages of Color #e45dcc

%0
%59
%11
%11

Triadic Colors of #e45dcc

#e45dcc #cce45d #5dcce4

Analogous Colors of #e45dcc

#e45dcc #e45d89 #b95de4

Monochromatic Colors of #e45dcc

#e45dcc

Complementary Color

#e45dcc #5de475

#e45dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e45dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e45dcc Color CSS Codes

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

#e45dcc Text Font Color

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

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


#e45dcc Background Color

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

This div background color is #e45dcc


#e45dcc Border Color

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

This div border color is #e45dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e45dcc


Comments

No comments written yet.

Please login to write comment.