Color Hex Logo

#ea438f Color Hex

#EA438F
(234,67,143)
0 Favorites   0 Comments

Color spaces of #ea438f

RGB 23467143
HSL0.920.800.59
HSV333°71°92°
CMYK 0.000.710.39   0.08
XYZ40.896823.489928.3651
Yxy23.48990.44090.2533
Hunter Lab48.466465.8053-0.7732
CIE-Lab55.573468.9679-4.3310

#ea438f color RGB value is (234,67,143).

#ea438f hex color red value is 234, green value is 67 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ea438f hue: 0.92 , saturation: 0.80 and the lightness value of ea438f is 0.59.

The process color (four color CMYK) of #ea438f color hex is 0.00, 0.71, 0.39, 0.08. Web safe color of #ea438f is #ff3399. Color #ea438f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000011 10001111
Octal 352 103 217
Decimal 234 67 143
Hex EA 43 8F

RGB Percentages of Color #ea438f

%52.70
%15.09
%32.21

CMYK Percentages of Color #ea438f

%0
%71
%39
%8

Triadic Colors of #ea438f

#ea438f #8fea43 #438fea

Analogous Colors of #ea438f

#ea438f #ea4b43 #ea43e3

Monochromatic Colors of #ea438f

#ea438f

Complementary Color

#ea438f #43ea9e

#ea438f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea438f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea438f Color CSS Codes

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

#ea438f Text Font Color

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

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


#ea438f Background Color

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

This div background color is #ea438f


#ea438f Border Color

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

This div border color is #ea438f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea438f


Comments

No comments written yet.

Please login to write comment.