Color Hex Logo

#ea71ab Color Hex

#EA71AB
(234,113,171)
0 Favorites   0 Comments

Color spaces of #ea71ab

RGB 234113171
HSL0.920.740.68
HSV331°52°92°
CMYK 0.000.520.27   0.08
XYZ47.187532.243042.2645
Yxy32.24300.38780.2649
Hunter Lab56.782948.9662-4.3825
CIE-Lab63.543253.0541-8.7498

#ea71ab color RGB value is (234,113,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110001 10101011
Octal 352 161 253
Decimal 234 113 171
Hex EA 71 AB

RGB Percentages of Color #ea71ab

%45.17
%21.81
%33.01

CMYK Percentages of Color #ea71ab

%0
%52
%27
%8

Triadic Colors of #ea71ab

#ea71ab #abea71 #71abea

Analogous Colors of #ea71ab

#ea71ab #ea7471 #ea71e8

Monochromatic Colors of #ea71ab

#ea71ab

Complementary Color

#ea71ab #71eab0

#ea71ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea71ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea71ab Color CSS Codes

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

#ea71ab Text Font Color

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

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


#ea71ab Background Color

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

This div background color is #ea71ab


#ea71ab Border Color

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

This div border color is #ea71ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea71ab


Comments

No comments written yet.

Please login to write comment.