Color Hex Logo

#ee7dea Color Hex

#EE7DEA
(238,125,234)
0 Favorites   0 Comments

Color spaces of #ee7dea

RGB 238125234
HSL0.840.770.71
HSV302°47°93°
CMYK 0.000.470.02   0.07
XYZ57.444838.784982.3005
Yxy38.78490.32180.2172
Hunter Lab62.277555.6628-34.7582
CIE-Lab68.595258.1064-36.3305

#ee7dea color RGB value is (238,125,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01111101 11101010
Octal 356 175 352
Decimal 238 125 234
Hex EE 7D EA

RGB Percentages of Color #ee7dea

%39.87
%20.94
%39.20

CMYK Percentages of Color #ee7dea

%0
%47
%2
%7

Triadic Colors of #ee7dea

#ee7dea #eaee7d #7deaee

Analogous Colors of #ee7dea

#ee7dea #ee7db2 #ba7dee

Monochromatic Colors of #ee7dea

#ee7dea

Complementary Color

#ee7dea #7dee81

#ee7dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee7dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee7dea Color CSS Codes

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

#ee7dea Text Font Color

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

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


#ee7dea Background Color

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

This div background color is #ee7dea


#ee7dea Border Color

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

This div border color is #ee7dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee7dea


Comments

No comments written yet.

Please login to write comment.