Color Hex Logo

#ea0f7e Color Hex

#EA0F7E
(234,15,126)
0 Favorites   0 Comments

Color spaces of #ea0f7e

RGB 23415126
HSL0.920.880.49
HSV330°94°92°
CMYK 0.000.940.46   0.08
XYZ37.868419.340421.4759
Yxy19.34040.48130.2458
Hunter Lab43.977776.74201.8310
CIE-Lab51.083178.7654-0.7593

#ea0f7e color RGB value is (234,15,126).

#ea0f7e hex color red value is 234, green value is 15 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ea0f7e hue: 0.92 , saturation: 0.88 and the lightness value of ea0f7e is 0.49.

The process color (four color CMYK) of #ea0f7e color hex is 0.00, 0.94, 0.46, 0.08. Web safe color of #ea0f7e is #ff0066. Color #ea0f7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00001111 01111110
Octal 352 17 176
Decimal 234 15 126
Hex EA F 7E

RGB Percentages of Color #ea0f7e

%62.40
%4.00
%33.60

CMYK Percentages of Color #ea0f7e

%0
%94
%46
%8

Triadic Colors of #ea0f7e

#ea0f7e #7eea0f #0f7eea

Analogous Colors of #ea0f7e

#ea0f7e #ea0f10 #e90fea

Monochromatic Colors of #ea0f7e

#ea0f7e

Complementary Color

#ea0f7e #0fea7b

#ea0f7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea0f7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea0f7e Color CSS Codes

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

#ea0f7e Text Font Color

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

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


#ea0f7e Background Color

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

This div background color is #ea0f7e


#ea0f7e Border Color

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

This div border color is #ea0f7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea0f7e


Comments

No comments written yet.

Please login to write comment.