Color Hex Logo

#ea079b Color Hex

#EA079B
(234,7,155)
0 Favorites   0 Comments

Color spaces of #ea079b

RGB 2347155
HSL0.890.940.47
HSV321°97°92°
CMYK 0.000.970.34   0.08
XYZ39.924120.010932.7686
Yxy20.01090.43070.2159
Hunter Lab44.733581.0252-12.1181
CIE-Lab51.849582.0024-17.0462

#ea079b color RGB value is (234,7,155).

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

The process color (four color CMYK) of #ea079b color hex is 0.00, 0.97, 0.34, 0.08. Web safe color of #ea079b is #ff0099. Color #ea079b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00000111 10011011
Octal 352 7 233
Decimal 234 7 155
Hex EA 7 9B

RGB Percentages of Color #ea079b

%59.09
%1.77
%39.14

CMYK Percentages of Color #ea079b

%0
%97
%34
%8

Triadic Colors of #ea079b

#ea079b #9bea07 #079bea

Analogous Colors of #ea079b

#ea079b #ea072a #c807ea

Monochromatic Colors of #ea079b

#ea079b

Complementary Color

#ea079b #07ea56

#ea079b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea079b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea079b Color CSS Codes

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

#ea079b Text Font Color

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

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


#ea079b Background Color

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

This div background color is #ea079b


#ea079b Border Color

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

This div border color is #ea079b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea079b


Comments

No comments written yet.

Please login to write comment.