Color Hex Logo

#ea297f Color Hex

#EA297F
(234,41,127)
0 Favorites   0 Comments

Color spaces of #ea297f

RGB 23441127
HSL0.930.820.54
HSV333°82°92°
CMYK 0.000.820.46   0.08
XYZ38.555420.610622.0248
Yxy20.61060.47490.2539
Hunter Lab45.398972.14463.0153
CIE-Lab52.520774.78060.7357

#ea297f color RGB value is (234,41,127).

#ea297f hex color red value is 234, green value is 41 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ea297f hue: 0.93 , saturation: 0.82 and the lightness value of ea297f is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00101001 01111111
Octal 352 51 177
Decimal 234 41 127
Hex EA 29 7F

RGB Percentages of Color #ea297f

%58.21
%10.20
%31.59

CMYK Percentages of Color #ea297f

%0
%82
%46
%8

Triadic Colors of #ea297f

#ea297f #7fea29 #297fea

Analogous Colors of #ea297f

#ea297f #ea3429 #ea29e0

Monochromatic Colors of #ea297f

#ea297f

Complementary Color

#ea297f #29ea94

#ea297f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea297f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea297f Color CSS Codes

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

#ea297f Text Font Color

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

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


#ea297f Background Color

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

This div background color is #ea297f


#ea297f Border Color

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

This div border color is #ea297f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea297f


Comments

No comments written yet.

Please login to write comment.