Color Hex Logo

#ea136c Color Hex

#EA136C
(234,19,108)
0 Favorites   0 Comments

Color spaces of #ea136c

RGB 23419108
HSL0.930.850.50
HSV335°92°92°
CMYK 0.000.920.54   0.08
XYZ36.871319.040915.9193
Yxy19.04090.51330.2651
Hunter Lab43.635974.46558.9149
CIE-Lab50.735077.00789.6982

#ea136c color RGB value is (234,19,108).

#ea136c hex color red value is 234, green value is 19 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ea136c hue: 0.93 , saturation: 0.85 and the lightness value of ea136c is 0.50.

The process color (four color CMYK) of #ea136c color hex is 0.00, 0.92, 0.54, 0.08. Web safe color of #ea136c is #ff0066. Color #ea136c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00010011 01101100
Octal 352 23 154
Decimal 234 19 108
Hex EA 13 6C

RGB Percentages of Color #ea136c

%64.82
%5.26
%29.92

CMYK Percentages of Color #ea136c

%0
%92
%54
%8

Triadic Colors of #ea136c

#ea136c #6cea13 #136cea

Analogous Colors of #ea136c

#ea136c #ea2513 #ea13d8

Monochromatic Colors of #ea136c

#ea136c

Complementary Color

#ea136c #13ea91

#ea136c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea136c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea136c Color CSS Codes

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

#ea136c Text Font Color

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

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


#ea136c Background Color

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

This div background color is #ea136c


#ea136c Border Color

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

This div border color is #ea136c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea136c


Comments

No comments written yet.

Please login to write comment.