Color Hex Logo

#ea719d Color Hex

#EA719D
(234,113,157)
0 Favorites   0 Comments

Color spaces of #ea719d

RGB 234113157
HSL0.940.740.68
HSV338°52°92°
CMYK 0.000.520.33   0.08
XYZ45.922631.737035.6038
Yxy31.73700.40540.2802
Hunter Lab56.335646.91901.9640
CIE-Lab63.124951.2874-1.3649

#ea719d color RGB value is (234,113,157).

#ea719d hex color red value is 234, green value is 113 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ea719d hue: 0.94 , saturation: 0.74 and the lightness value of ea719d is 0.68.

The process color (four color CMYK) of #ea719d color hex is 0.00, 0.52, 0.33, 0.08. Web safe color of #ea719d is #ff6699. Color #ea719d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110001 10011101
Octal 352 161 235
Decimal 234 113 157
Hex EA 71 9D

RGB Percentages of Color #ea719d

%46.43
%22.42
%31.15

CMYK Percentages of Color #ea719d

%0
%52
%33
%8

Triadic Colors of #ea719d

#ea719d #9dea71 #719dea

Analogous Colors of #ea719d

#ea719d #ea8271 #ea71da

Monochromatic Colors of #ea719d

#ea719d

Complementary Color

#ea719d #71eabe

#ea719d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea719d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea719d Color CSS Codes

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

#ea719d Text Font Color

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

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


#ea719d Background Color

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

This div background color is #ea719d


#ea719d Border Color

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

This div border color is #ea719d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea719d


Comments

No comments written yet.

Please login to write comment.