Color Hex Logo

#ea8ddf Color Hex

#EA8DDF
(234,141,223)
0 Favorites   0 Comments

Color spaces of #ea8ddf

RGB 234141223
HSL0.850.690.74
HSV307°40°92°
CMYK 0.000.400.05   0.08
XYZ56.775841.869974.9013
Yxy41.86990.32710.2413
Hunter Lab64.707043.3840-23.3361
CIE-Lab70.781147.0367-26.9295

#ea8ddf color RGB value is (234,141,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10001101 11011111
Octal 352 215 337
Decimal 234 141 223
Hex EA 8D DF

RGB Percentages of Color #ea8ddf

%39.13
%23.58
%37.29

CMYK Percentages of Color #ea8ddf

%0
%40
%5
%8

Triadic Colors of #ea8ddf

#ea8ddf #dfea8d #8ddfea

Analogous Colors of #ea8ddf

#ea8ddf #ea8db1 #c78dea

Monochromatic Colors of #ea8ddf

#ea8ddf

Complementary Color

#ea8ddf #8dea98

#ea8ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea8ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea8ddf Color CSS Codes

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

#ea8ddf Text Font Color

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

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


#ea8ddf Background Color

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

This div background color is #ea8ddf


#ea8ddf Border Color

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

This div border color is #ea8ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea8ddf


Comments

No comments written yet.

Please login to write comment.