Color Hex Logo

#ea247d Color Hex

#EA247D
(234,36,125)
0 Favorites   0 Comments

Color spaces of #ea247d

RGB 23436125
HSL0.930.830.53
HSV333°85°92°
CMYK 0.000.850.47   0.08
XYZ38.264220.234821.2910
Yxy20.23480.47960.2536
Hunter Lab44.983173.11793.4256
CIE-Lab52.101675.65251.3318

#ea247d color RGB value is (234,36,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00100100 01111101
Octal 352 44 175
Decimal 234 36 125
Hex EA 24 7D

RGB Percentages of Color #ea247d

%59.24
%9.11
%31.65

CMYK Percentages of Color #ea247d

%0
%85
%47
%8

Triadic Colors of #ea247d

#ea247d #7dea24 #247dea

Analogous Colors of #ea247d

#ea247d #ea2e24 #ea24e0

Monochromatic Colors of #ea247d

#ea247d

Complementary Color

#ea247d #24ea91

#ea247d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea247d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea247d Color CSS Codes

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

#ea247d Text Font Color

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

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


#ea247d Background Color

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

This div background color is #ea247d


#ea247d Border Color

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

This div border color is #ea247d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea247d


Comments

No comments written yet.

Please login to write comment.