Color Hex Logo

#ea247c Color Hex

#EA247C
(234,36,124)
0 Favorites   0 Comments

Color spaces of #ea247c

RGB 23436124
HSL0.930.830.53
HSV333°85°92°
CMYK 0.000.850.47   0.08
XYZ38.200720.209420.9562
Yxy20.20940.48130.2546
Hunter Lab44.954973.01063.8297
CIE-Lab52.073175.57101.8944

#ea247c color RGB value is (234,36,124).

#ea247c hex color red value is 234, green value is 36 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #ea247c hue: 0.93 , saturation: 0.83 and the lightness value of ea247c is 0.53.

The process color (four color CMYK) of #ea247c color hex is 0.00, 0.85, 0.47, 0.08. Web safe color of #ea247c is #ff3366. Color #ea247c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00100100 01111100
Octal 352 44 174
Decimal 234 36 124
Hex EA 24 7C

RGB Percentages of Color #ea247c

%59.39
%9.14
%31.47

CMYK Percentages of Color #ea247c

%0
%85
%47
%8

Triadic Colors of #ea247c

#ea247c #7cea24 #247cea

Analogous Colors of #ea247c

#ea247c #ea2f24 #ea24df

Monochromatic Colors of #ea247c

#ea247c

Complementary Color

#ea247c #24ea92

#ea247c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea247c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea247c Color CSS Codes

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

#ea247c Text Font Color

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

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


#ea247c Background Color

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

This div background color is #ea247c


#ea247c Border Color

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

This div border color is #ea247c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(234,36,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ea247c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ea247c;
  -webkit-box-shadow: 1px 1px 3px 2px #ea247c;
  box-shadow:         1px 1px 3px 2px #ea247c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,36,124, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea247c


Comments

No comments written yet.

Please login to write comment.