Color Hex Logo

#ee7ddd Color Hex

#EE7DDD
(238,125,221)
0 Favorites   0 Comments

Color spaces of #ee7ddd

RGB 238125221
HSL0.860.770.71
HSV309°47°93°
CMYK 0.000.470.07   0.07
XYZ55.644738.064872.8211
Yxy38.06480.33410.2286
Hunter Lab61.696753.0213-26.7928
CIE-Lab68.068355.9145-29.9570

#ee7ddd color RGB value is (238,125,221).

#ee7ddd hex color red value is 238, green value is 125 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ee7ddd hue: 0.86 , saturation: 0.77 and the lightness value of ee7ddd is 0.71.

The process color (four color CMYK) of #ee7ddd color hex is 0.00, 0.47, 0.07, 0.07. Web safe color of #ee7ddd is #ff66cc. Color #ee7ddd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01111101 11011101
Octal 356 175 335
Decimal 238 125 221
Hex EE 7D DD

RGB Percentages of Color #ee7ddd

%40.75
%21.40
%37.84

CMYK Percentages of Color #ee7ddd

%0
%47
%7
%7

Triadic Colors of #ee7ddd

#ee7ddd #ddee7d #7dddee

Analogous Colors of #ee7ddd

#ee7ddd #ee7da5 #c77dee

Monochromatic Colors of #ee7ddd

#ee7ddd

Complementary Color

#ee7ddd #7dee8e

#ee7ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee7ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee7ddd Color CSS Codes

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

#ee7ddd Text Font Color

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

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


#ee7ddd Background Color

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

This div background color is #ee7ddd


#ee7ddd Border Color

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

This div border color is #ee7ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee7ddd


Comments

No comments written yet.

Please login to write comment.