Color Hex Logo

#ea96bf Color Hex

#EA96BF
(234,150,191)
0 Favorites   0 Comments

Color spaces of #ea96bf

RGB 234150191
HSL0.920.670.75
HSV331°36°92°
CMYK 0.000.360.18   0.08
XYZ54.242043.066754.7441
Yxy43.06670.35670.2832
Hunter Lab65.625232.6936-3.5216
CIE-Lab71.600237.1463-7.9988

#ea96bf color RGB value is (234,150,191).

#ea96bf hex color red value is 234, green value is 150 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ea96bf hue: 0.92 , saturation: 0.67 and the lightness value of ea96bf is 0.75.

The process color (four color CMYK) of #ea96bf color hex is 0.00, 0.36, 0.18, 0.08. Web safe color of #ea96bf is #ff99cc. Color #ea96bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010110 10111111
Octal 352 226 277
Decimal 234 150 191
Hex EA 96 BF

RGB Percentages of Color #ea96bf

%40.70
%26.09
%33.22

CMYK Percentages of Color #ea96bf

%0
%36
%18
%8

Triadic Colors of #ea96bf

#ea96bf #bfea96 #96bfea

Analogous Colors of #ea96bf

#ea96bf #ea9796 #ea96e9

Monochromatic Colors of #ea96bf

#ea96bf

Complementary Color

#ea96bf #96eac1

#ea96bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea96bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea96bf Color CSS Codes

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

#ea96bf Text Font Color

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

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


#ea96bf Background Color

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

This div background color is #ea96bf


#ea96bf Border Color

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

This div border color is #ea96bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea96bf


Comments

No comments written yet.

Please login to write comment.