Color Hex Logo

#e0456d Color Hex

#E0456D
(224,69,109)
0 Favorites   0 Comments

Color spaces of #e0456d

RGB 22469109
HSL0.960.710.57
HSV345°69°88°
CMYK 0.000.690.51   0.12
XYZ35.628921.207716.6836
Yxy21.20770.48460.2885
Hunter Lab46.051857.509410.7568
CIE-Lab53.176162.343412.2470

#e0456d color RGB value is (224,69,109).

#e0456d hex color red value is 224, green value is 69 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #e0456d hue: 0.96 , saturation: 0.71 and the lightness value of e0456d is 0.57.

The process color (four color CMYK) of #e0456d color hex is 0.00, 0.69, 0.51, 0.12. Web safe color of #e0456d is #cc3366. Color #e0456d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01000101 01101101
Octal 340 105 155
Decimal 224 69 109
Hex E0 45 6D

RGB Percentages of Color #e0456d

%55.72
%17.16
%27.11

CMYK Percentages of Color #e0456d

%0
%69
%51
%12

Triadic Colors of #e0456d

#e0456d #6de045 #456de0

Analogous Colors of #e0456d

#e0456d #e06b45 #e045bb

Monochromatic Colors of #e0456d

#e0456d

Complementary Color

#e0456d #45e0b8

#e0456d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0456d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0456d Color CSS Codes

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

#e0456d Text Font Color

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

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


#e0456d Background Color

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

This div background color is #e0456d


#e0456d Border Color

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

This div border color is #e0456d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,69,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e0456d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e0456d;
  -webkit-box-shadow: 1px 1px 3px 2px #e0456d;
  box-shadow:         1px 1px 3px 2px #e0456d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,69,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0456d


Comments

No comments written yet.

Please login to write comment.