Color Hex Logo

#ea76ab Color Hex

#EA76AB
(234,118,171)
0 Favorites   0 Comments

Color spaces of #ea76ab

RGB 234118171
HSL0.920.730.69
HSV333°50°92°
CMYK 0.000.500.27   0.08
XYZ47.760833.389642.4556
Yxy33.38960.38640.2701
Hunter Lab57.783746.4166-3.1137
CIE-Lab64.475150.6341-7.3626

#ea76ab color RGB value is (234,118,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110110 10101011
Octal 352 166 253
Decimal 234 118 171
Hex EA 76 AB

RGB Percentages of Color #ea76ab

%44.74
%22.56
%32.70

CMYK Percentages of Color #ea76ab

%0
%50
%27
%8

Triadic Colors of #ea76ab

#ea76ab #abea76 #76abea

Analogous Colors of #ea76ab

#ea76ab #ea7b76 #ea76e5

Monochromatic Colors of #ea76ab

#ea76ab

Complementary Color

#ea76ab #76eab5

#ea76ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea76ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea76ab Color CSS Codes

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

#ea76ab Text Font Color

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

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


#ea76ab Background Color

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

This div background color is #ea76ab


#ea76ab Border Color

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

This div border color is #ea76ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea76ab


Comments

No comments written yet.

Please login to write comment.