Color Hex Logo

#ea016f Color Hex

#EA016F
(234,1,111)
0 Favorites   0 Comments

Color spaces of #ea016f

RGB 2341111
HSL0.920.990.46
HSV332°100°92°
CMYK 0.001.000.53   0.08
XYZ36.811818.661816.7008
Yxy18.66180.51000.2586
Hunter Lab43.199376.50807.3181
CIE-Lab50.289278.73347.2328

#ea016f color RGB value is (234,1,111).

#ea016f hex color red value is 234, green value is 1 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ea016f hue: 0.92 , saturation: 0.99 and the lightness value of ea016f is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00000001 01101111
Octal 352 1 157
Decimal 234 1 111
Hex EA 1 6F

RGB Percentages of Color #ea016f

%67.63
%0.29
%32.08

CMYK Percentages of Color #ea016f

%0
%100
%53
%8

Triadic Colors of #ea016f

#ea016f #6fea01 #016fea

Analogous Colors of #ea016f

#ea016f #ea0801 #ea01e4

Monochromatic Colors of #ea016f

#ea016f

Complementary Color

#ea016f #01ea7c

#ea016f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea016f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea016f Color CSS Codes

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

#ea016f Text Font Color

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

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


#ea016f Background Color

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

This div background color is #ea016f


#ea016f Border Color

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

This div border color is #ea016f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea016f


Comments

No comments written yet.

Please login to write comment.