Color Hex Logo

#ea446a Color Hex

#EA446A
(234,68,106)
0 Favorites   0 Comments

Color spaces of #ea446a

RGB 23468106
HSL0.960.800.59
HSV346°71°92°
CMYK 0.000.710.55   0.08
XYZ38.600322.667315.9764
Yxy22.66730.49970.2935
Hunter Lab47.610261.402313.4314
CIE-Lab54.728065.409916.4568

#ea446a color RGB value is (234,68,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000100 01101010
Octal 352 104 152
Decimal 234 68 106
Hex EA 44 6A

RGB Percentages of Color #ea446a

%57.35
%16.67
%25.98

CMYK Percentages of Color #ea446a

%0
%71
%55
%8

Triadic Colors of #ea446a

#ea446a #6aea44 #446aea

Analogous Colors of #ea446a

#ea446a #ea7144 #ea44bd

Monochromatic Colors of #ea446a

#ea446a

Complementary Color

#ea446a #44eac4

#ea446a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea446a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea446a Color CSS Codes

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

#ea446a Text Font Color

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

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


#ea446a Background Color

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

This div background color is #ea446a


#ea446a Border Color

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

This div border color is #ea446a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea446a


Comments

No comments written yet.

Please login to write comment.