Color Hex Logo

#e45cdd Color Hex

#E45CDD
(228,92,221)
0 Favorites   0 Comments

Color spaces of #e45cdd

RGB 22892221
HSL0.840.720.63
HSV303°60°89°
CMYK 0.000.600.03   0.11
XYZ48.873229.368771.4994
Yxy29.36870.32640.1961
Hunter Lab54.192966.1405-40.2892
CIE-Lab61.105768.2202-40.8970

#e45cdd color RGB value is (228,92,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01011100 11011101
Octal 344 134 335
Decimal 228 92 221
Hex E4 5C DD

RGB Percentages of Color #e45cdd

%42.14
%17.01
%40.85

CMYK Percentages of Color #e45cdd

%0
%60
%3
%11

Triadic Colors of #e45cdd

#e45cdd #dde45c #5cdde4

Analogous Colors of #e45cdd

#e45cdd #e45c99 #a75ce4

Monochromatic Colors of #e45cdd

#e45cdd

Complementary Color

#e45cdd #5ce463

#e45cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e45cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e45cdd Color CSS Codes

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

#e45cdd Text Font Color

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

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


#e45cdd Background Color

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

This div background color is #e45cdd


#e45cdd Border Color

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

This div border color is #e45cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e45cdd


Comments

No comments written yet.

Please login to write comment.