Color Hex Logo

#ea488c Color Hex

#EA488C
(234,72,140)
0 Favorites   0 Comments

Color spaces of #ea488c

RGB 23472140
HSL0.930.790.60
HSV335°69°92°
CMYK 0.000.690.40   0.08
XYZ40.982724.020627.2874
Yxy24.02060.44410.2603
Hunter Lab49.010863.49231.2971
CIE-Lab56.108466.9259-1.7700

#ea488c color RGB value is (234,72,140).

#ea488c hex color red value is 234, green value is 72 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #ea488c hue: 0.93 , saturation: 0.79 and the lightness value of ea488c is 0.60.

The process color (four color CMYK) of #ea488c color hex is 0.00, 0.69, 0.40, 0.08. Web safe color of #ea488c is #ff3399. Color #ea488c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01001000 10001100
Octal 352 110 214
Decimal 234 72 140
Hex EA 48 8C

RGB Percentages of Color #ea488c

%52.47
%16.14
%31.39

CMYK Percentages of Color #ea488c

%0
%69
%40
%8

Triadic Colors of #ea488c

#ea488c #8cea48 #488cea

Analogous Colors of #ea488c

#ea488c #ea5548 #ea48dd

Monochromatic Colors of #ea488c

#ea488c

Complementary Color

#ea488c #48eaa6

#ea488c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea488c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea488c Color CSS Codes

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

#ea488c Text Font Color

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

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


#ea488c Background Color

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

This div background color is #ea488c


#ea488c Border Color

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

This div border color is #ea488c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea488c


Comments

No comments written yet.

Please login to write comment.