Color Hex Logo

#ee98dd Color Hex

#EE98DD
(238,152,221)
0 Favorites   0 Comments

Color spaces of #ee98dd

RGB 238152221
HSL0.870.720.76
HSV312°36°93°
CMYK 0.000.360.07   0.07
XYZ59.539345.854174.1193
Yxy45.85410.33170.2554
Hunter Lab67.715738.4445-17.4959
CIE-Lab73.450842.2538-21.7102

#ee98dd color RGB value is (238,152,221).

#ee98dd hex color red value is 238, green value is 152 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ee98dd hue: 0.87 , saturation: 0.72 and the lightness value of ee98dd is 0.76.

The process color (four color CMYK) of #ee98dd color hex is 0.00, 0.36, 0.07, 0.07. Web safe color of #ee98dd is #ff99cc. Color #ee98dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10011000 11011101
Octal 356 230 335
Decimal 238 152 221
Hex EE 98 DD

RGB Percentages of Color #ee98dd

%38.95
%24.88
%36.17

CMYK Percentages of Color #ee98dd

%0
%36
%7
%7

Triadic Colors of #ee98dd

#ee98dd #ddee98 #98ddee

Analogous Colors of #ee98dd

#ee98dd #ee98b2 #d498ee

Monochromatic Colors of #ee98dd

#ee98dd

Complementary Color

#ee98dd #98eea9

#ee98dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee98dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee98dd Color CSS Codes

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

#ee98dd Text Font Color

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

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


#ee98dd Background Color

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

This div background color is #ee98dd


#ee98dd Border Color

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

This div border color is #ee98dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee98dd


Comments

No comments written yet.

Please login to write comment.