Color Hex Logo

#ea367c Color Hex

#EA367C
(234,54,124)
0 Favorites   0 Comments

Color spaces of #ea367c

RGB 23454124
HSL0.940.810.56
HSV337°77°92°
CMYK 0.000.770.47   0.08
XYZ38.888921.586021.1856
Yxy21.58600.47620.2643
Hunter Lab46.460768.10315.4869
CIE-Lab53.585071.25724.0812

#ea367c color RGB value is (234,54,124).

#ea367c hex color red value is 234, green value is 54 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #ea367c hue: 0.94 , saturation: 0.81 and the lightness value of ea367c is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110110 01111100
Octal 352 66 174
Decimal 234 54 124
Hex EA 36 7C

RGB Percentages of Color #ea367c

%56.80
%13.11
%30.10

CMYK Percentages of Color #ea367c

%0
%77
%47
%8

Triadic Colors of #ea367c

#ea367c #7cea36 #367cea

Analogous Colors of #ea367c

#ea367c #ea4a36 #ea36d6

Monochromatic Colors of #ea367c

#ea367c

Complementary Color

#ea367c #36eaa4

#ea367c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea367c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea367c Color CSS Codes

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

#ea367c Text Font Color

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

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


#ea367c Background Color

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

This div background color is #ea367c


#ea367c Border Color

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

This div border color is #ea367c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,54,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 #ea367c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea367c


Comments

No comments written yet.

Please login to write comment.