Color Hex Logo

#ea067f Color Hex

#EA067F
(234,6,127)
0 Favorites   0 Comments

Color spaces of #ea067f

RGB 2346127
HSL0.910.950.47
HSV328°97°92°
CMYK 0.000.970.46   0.08
XYZ37.827619.155021.7822
Yxy19.15500.48030.2432
Hunter Lab43.766477.68741.1283
CIE-Lab50.868179.5601-1.6810

#ea067f color RGB value is (234,6,127).

#ea067f hex color red value is 234, green value is 6 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ea067f hue: 0.91 , saturation: 0.95 and the lightness value of ea067f is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00000110 01111111
Octal 352 6 177
Decimal 234 6 127
Hex EA 6 7F

RGB Percentages of Color #ea067f

%63.76
%1.63
%34.60

CMYK Percentages of Color #ea067f

%0
%97
%46
%8

Triadic Colors of #ea067f

#ea067f #7fea06 #067fea

Analogous Colors of #ea067f

#ea067f #ea060d #e306ea

Monochromatic Colors of #ea067f

#ea067f

Complementary Color

#ea067f #06ea71

#ea067f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea067f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea067f Color CSS Codes

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

#ea067f Text Font Color

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

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


#ea067f Background Color

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

This div background color is #ea067f


#ea067f Border Color

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

This div border color is #ea067f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea067f


Comments

No comments written yet.

Please login to write comment.