Color Hex Logo

#ea417f Color Hex

#EA417F
(234,65,127)
0 Favorites   0 Comments

Color spaces of #ea417f

RGB 23465127
HSL0.940.800.59
HSV338°72°92°
CMYK 0.000.720.46   0.08
XYZ39.652722.805322.3906
Yxy22.80530.46730.2688
Hunter Lab47.754964.64435.6294
CIE-Lab54.871268.12744.1420

#ea417f color RGB value is (234,65,127).

#ea417f hex color red value is 234, green value is 65 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ea417f hue: 0.94 , saturation: 0.80 and the lightness value of ea417f is 0.59.

The process color (four color CMYK) of #ea417f color hex is 0.00, 0.72, 0.46, 0.08. Web safe color of #ea417f is #ff3366. Color #ea417f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000001 01111111
Octal 352 101 177
Decimal 234 65 127
Hex EA 41 7F

RGB Percentages of Color #ea417f

%54.93
%15.26
%29.81

CMYK Percentages of Color #ea417f

%0
%72
%46
%8

Triadic Colors of #ea417f

#ea417f #7fea41 #417fea

Analogous Colors of #ea417f

#ea417f #ea5841 #ea41d4

Monochromatic Colors of #ea417f

#ea417f

Complementary Color

#ea417f #41eaac

#ea417f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea417f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea417f Color CSS Codes

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

#ea417f Text Font Color

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

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


#ea417f Background Color

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

This div background color is #ea417f


#ea417f Border Color

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

This div border color is #ea417f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,65,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 #ea417f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea417f


Comments

No comments written yet.

Please login to write comment.