Color Hex Logo

#e24770 Color Hex

#E24770
(226,71,112)
0 Favorites   0 Comments

Color spaces of #e24770

RGB 22671112
HSL0.960.730.58
HSV344°69°89°
CMYK 0.000.690.50   0.11
XYZ36.541921.845117.6198
Yxy21.84510.48080.2874
Hunter Lab46.738757.764410.3657
CIE-Lab53.862362.439211.4646

#e24770 color RGB value is (226,71,112).

#e24770 hex color red value is 226, green value is 71 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #e24770 hue: 0.96 , saturation: 0.73 and the lightness value of e24770 is 0.58.

The process color (four color CMYK) of #e24770 color hex is 0.00, 0.69, 0.50, 0.11. Web safe color of #e24770 is #cc3366. Color #e24770 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01000111 01110000
Octal 342 107 160
Decimal 226 71 112
Hex E2 47 70

RGB Percentages of Color #e24770

%55.26
%17.36
%27.38

CMYK Percentages of Color #e24770

%0
%69
%50
%11

Triadic Colors of #e24770

#e24770 #70e247 #4770e2

Analogous Colors of #e24770

#e24770 #e26c47 #e247be

Monochromatic Colors of #e24770

#e24770

Complementary Color

#e24770 #47e2b9

#e24770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e24770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e24770 Color CSS Codes

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

#e24770 Text Font Color

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

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


#e24770 Background Color

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

This div background color is #e24770


#e24770 Border Color

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

This div border color is #e24770


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,71,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e24770; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e24770;
  -webkit-box-shadow: 1px 1px 3px 2px #e24770;
  box-shadow:         1px 1px 3px 2px #e24770; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,71,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e24770


Comments

No comments written yet.

Please login to write comment.