Color Hex Logo

#ea88df Color Hex

#EA88DF
(234,136,223)
0 Favorites   0 Comments

Color spaces of #ea88df

RGB 234136223
HSL0.850.700.73
HSV307°42°92°
CMYK 0.000.420.05   0.08
XYZ56.055140.428574.6611
Yxy40.42850.32750.2362
Hunter Lab63.583446.0945-25.1113
CIE-Lab69.773649.5899-28.4777

#ea88df color RGB value is (234,136,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10001000 11011111
Octal 352 210 337
Decimal 234 136 223
Hex EA 88 DF

RGB Percentages of Color #ea88df

%39.46
%22.93
%37.61

CMYK Percentages of Color #ea88df

%0
%42
%5
%8

Triadic Colors of #ea88df

#ea88df #dfea88 #88dfea

Analogous Colors of #ea88df

#ea88df #ea88ae #c488ea

Monochromatic Colors of #ea88df

#ea88df

Complementary Color

#ea88df #88ea93

#ea88df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea88df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea88df Color CSS Codes

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

#ea88df Text Font Color

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

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


#ea88df Background Color

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

This div background color is #ea88df


#ea88df Border Color

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

This div border color is #ea88df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea88df


Comments

No comments written yet.

Please login to write comment.