Color Hex Logo

#ea017c Color Hex

#EA017C
(234,1,124)
0 Favorites   0 Comments

Color spaces of #ea017c

RGB 2341124
HSL0.910.990.46
HSV328°100°92°
CMYK 0.001.000.47   0.08
XYZ37.580618.969420.7495
Yxy18.96940.48620.2454
Hunter Lab43.553977.80002.2414
CIE-Lab50.651479.6918-0.1760

#ea017c color RGB value is (234,1,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00000001 01111100
Octal 352 1 174
Decimal 234 1 124
Hex EA 1 7C

RGB Percentages of Color #ea017c

%65.18
%0.28
%34.54

CMYK Percentages of Color #ea017c

%0
%100
%47
%8

Triadic Colors of #ea017c

#ea017c #7cea01 #017cea

Analogous Colors of #ea017c

#ea017c #ea0107 #e401ea

Monochromatic Colors of #ea017c

#ea017c

Complementary Color

#ea017c #01ea6f

#ea017c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea017c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea017c Color CSS Codes

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

#ea017c Text Font Color

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

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


#ea017c Background Color

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

This div background color is #ea017c


#ea017c Border Color

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

This div border color is #ea017c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea017c


Comments

No comments written yet.

Please login to write comment.