Color Hex Logo

#ea98ab Color Hex

#EA98AB
(234,152,171)
0 Favorites   0 Comments

Color spaces of #ea98ab

RGB 234152171
HSL0.960.660.76
HSV346°35°92°
CMYK 0.000.350.27   0.08
XYZ52.510642.889244.0389
Yxy42.88920.37660.3076
Hunter Lab65.489828.51645.9731
CIE-Lab71.479733.20522.9201

#ea98ab color RGB value is (234,152,171).

#ea98ab hex color red value is 234, green value is 152 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ea98ab hue: 0.96 , saturation: 0.66 and the lightness value of ea98ab is 0.76.

The process color (four color CMYK) of #ea98ab color hex is 0.00, 0.35, 0.27, 0.08. Web safe color of #ea98ab is #ff9999. Color #ea98ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10011000 10101011
Octal 352 230 253
Decimal 234 152 171
Hex EA 98 AB

RGB Percentages of Color #ea98ab

%42.01
%27.29
%30.70

CMYK Percentages of Color #ea98ab

%0
%35
%27
%8

Triadic Colors of #ea98ab

#ea98ab #abea98 #98abea

Analogous Colors of #ea98ab

#ea98ab #eaae98 #ea98d4

Monochromatic Colors of #ea98ab

#ea98ab

Complementary Color

#ea98ab #98ead7

#ea98ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea98ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea98ab Color CSS Codes

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

#ea98ab Text Font Color

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

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


#ea98ab Background Color

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

This div background color is #ea98ab


#ea98ab Border Color

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

This div border color is #ea98ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea98ab


Comments

No comments written yet.

Please login to write comment.