Color Hex Logo

#ea88bf Color Hex

#EA88BF
(234,136,191)
0 Favorites   0 Comments

Color spaces of #ea88bf

RGB 234136191
HSL0.910.700.73
HSV326°42°92°
CMYK 0.000.420.18   0.08
XYZ52.139838.862354.0433
Yxy38.86230.35950.2679
Hunter Lab62.339640.2000-7.7618
CIE-Lab68.651444.4282-12.4014

#ea88bf color RGB value is (234,136,191).

#ea88bf hex color red value is 234, green value is 136 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ea88bf hue: 0.91 , saturation: 0.70 and the lightness value of ea88bf is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10001000 10111111
Octal 352 210 277
Decimal 234 136 191
Hex EA 88 BF

RGB Percentages of Color #ea88bf

%41.71
%24.24
%34.05

CMYK Percentages of Color #ea88bf

%0
%42
%18
%8

Triadic Colors of #ea88bf

#ea88bf #bfea88 #88bfea

Analogous Colors of #ea88bf

#ea88bf #ea888e #e488ea

Monochromatic Colors of #ea88bf

#ea88bf

Complementary Color

#ea88bf #88eab3

#ea88bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea88bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea88bf Color CSS Codes

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

#ea88bf Text Font Color

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

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


#ea88bf Background Color

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

This div background color is #ea88bf


#ea88bf Border Color

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

This div border color is #ea88bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea88bf


Comments

No comments written yet.

Please login to write comment.