Color Hex Logo

#ea4875 Color Hex

#EA4875
(234,72,117)
0 Favorites   0 Comments

Color spaces of #ea4875

RGB 23472117
HSL0.950.790.60
HSV343°69°92°
CMYK 0.000.690.50   0.08
XYZ39.459923.411519.2687
Yxy23.41150.48040.2850
Hunter Lab48.385460.898110.2585
CIE-Lab55.493764.837810.9785

#ea4875 color RGB value is (234,72,117).

#ea4875 hex color red value is 234, green value is 72 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #ea4875 hue: 0.95 , saturation: 0.79 and the lightness value of ea4875 is 0.60.

The process color (four color CMYK) of #ea4875 color hex is 0.00, 0.69, 0.50, 0.08. Web safe color of #ea4875 is #ff3366. Color #ea4875 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01001000 01110101
Octal 352 110 165
Decimal 234 72 117
Hex EA 48 75

RGB Percentages of Color #ea4875

%55.32
%17.02
%27.66

CMYK Percentages of Color #ea4875

%0
%69
%50
%8

Triadic Colors of #ea4875

#ea4875 #75ea48 #4875ea

Analogous Colors of #ea4875

#ea4875 #ea6c48 #ea48c6

Monochromatic Colors of #ea4875

#ea4875

Complementary Color

#ea4875 #48eabd

#ea4875 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea4875 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea4875 Color CSS Codes

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

#ea4875 Text Font Color

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

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


#ea4875 Background Color

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

This div background color is #ea4875


#ea4875 Border Color

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

This div border color is #ea4875


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea4875


Comments

No comments written yet.

Please login to write comment.