Color Hex Logo

#ea076d Color Hex

#EA076D
(234,7,109)
0 Favorites   0 Comments

Color spaces of #ea076d

RGB 2347109
HSL0.930.940.47
HSV333°97°92°
CMYK 0.000.970.53   0.08
XYZ36.768018.748516.1489
Yxy18.74850.51310.2616
Hunter Lab43.299575.79998.1970
CIE-Lab50.391778.14708.6021

#ea076d color RGB value is (234,7,109).

#ea076d hex color red value is 234, green value is 7 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ea076d hue: 0.93 , saturation: 0.94 and the lightness value of ea076d is 0.47.

The process color (four color CMYK) of #ea076d color hex is 0.00, 0.97, 0.53, 0.08. Web safe color of #ea076d is #ff0066. Color #ea076d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00000111 01101101
Octal 352 7 155
Decimal 234 7 109
Hex EA 7 6D

RGB Percentages of Color #ea076d

%66.86
%2.00
%31.14

CMYK Percentages of Color #ea076d

%0
%97
%53
%8

Triadic Colors of #ea076d

#ea076d #6dea07 #076dea

Analogous Colors of #ea076d

#ea076d #ea1307 #ea07df

Monochromatic Colors of #ea076d

#ea076d

Complementary Color

#ea076d #07ea84

#ea076d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea076d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea076d Color CSS Codes

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

#ea076d Text Font Color

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

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


#ea076d Background Color

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

This div background color is #ea076d


#ea076d Border Color

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

This div border color is #ea076d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea076d


Comments

No comments written yet.

Please login to write comment.