Color Hex Logo

#ea447b Color Hex

#EA447B
(234,68,123)
0 Favorites   0 Comments

Color spaces of #ea447b

RGB 23468123
HSL0.940.800.59
HSV340°71°92°
CMYK 0.000.710.47   0.08
XYZ39.574023.056721.1035
Yxy23.05670.47260.2754
Hunter Lab48.017463.08217.5544
CIE-Lab55.130766.76176.8961

#ea447b color RGB value is (234,68,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000100 01111011
Octal 352 104 173
Decimal 234 68 123
Hex EA 44 7B

RGB Percentages of Color #ea447b

%55.06
%16.00
%28.94

CMYK Percentages of Color #ea447b

%0
%71
%47
%8

Triadic Colors of #ea447b

#ea447b #7bea44 #447bea

Analogous Colors of #ea447b

#ea447b #ea6044 #ea44ce

Monochromatic Colors of #ea447b

#ea447b

Complementary Color

#ea447b #44eab3

#ea447b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea447b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea447b Color CSS Codes

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

#ea447b Text Font Color

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

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


#ea447b Background Color

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

This div background color is #ea447b


#ea447b Border Color

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

This div border color is #ea447b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea447b


Comments

No comments written yet.

Please login to write comment.