Color Hex Logo

#ea99dd Color Hex

#EA99DD
(234,153,221)
0 Favorites   0 Comments

Color spaces of #ea99dd

RGB 234153221
HSL0.860.660.76
HSV310°35°92°
CMYK 0.000.350.06   0.08
XYZ58.374145.495374.1114
Yxy45.49530.32800.2556
Hunter Lab67.450236.4432-17.9302
CIE-Lab73.216840.4528-22.1072

#ea99dd color RGB value is (234,153,221).

#ea99dd hex color red value is 234, green value is 153 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ea99dd hue: 0.86 , saturation: 0.66 and the lightness value of ea99dd is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10011001 11011101
Octal 352 231 335
Decimal 234 153 221
Hex EA 99 DD

RGB Percentages of Color #ea99dd

%38.49
%25.16
%36.35

CMYK Percentages of Color #ea99dd

%0
%35
%6
%8

Triadic Colors of #ea99dd

#ea99dd #ddea99 #99ddea

Analogous Colors of #ea99dd

#ea99dd #ea99b5 #cf99ea

Monochromatic Colors of #ea99dd

#ea99dd

Complementary Color

#ea99dd #99eaa6

#ea99dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea99dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea99dd Color CSS Codes

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

#ea99dd Text Font Color

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

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


#ea99dd Background Color

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

This div background color is #ea99dd


#ea99dd Border Color

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

This div border color is #ea99dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea99dd


Comments

No comments written yet.

Please login to write comment.