Color Hex Logo

#ea88db Color Hex

#EA88DB
(234,136,219)
0 Favorites   0 Comments

Color spaces of #ea88db

RGB 234136219
HSL0.860.700.73
HSV309°42°92°
CMYK 0.000.420.06   0.08
XYZ55.522040.215271.8538
Yxy40.21520.33130.2400
Hunter Lab63.415545.3047-22.7886
CIE-Lab69.622548.9078-26.4994

#ea88db color RGB value is (234,136,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10001000 11011011
Octal 352 210 333
Decimal 234 136 219
Hex EA 88 DB

RGB Percentages of Color #ea88db

%39.73
%23.09
%37.18

CMYK Percentages of Color #ea88db

%0
%42
%6
%8

Triadic Colors of #ea88db

#ea88db #dbea88 #88dbea

Analogous Colors of #ea88db

#ea88db #ea88aa #c888ea

Monochromatic Colors of #ea88db

#ea88db

Complementary Color

#ea88db #88ea97

#ea88db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea88db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea88db Color CSS Codes

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

#ea88db Text Font Color

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

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


#ea88db Background Color

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

This div background color is #ea88db


#ea88db Border Color

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

This div border color is #ea88db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea88db


Comments

No comments written yet.

Please login to write comment.