Color Hex Logo

#ee689d Color Hex

#EE689D
(238,104,157)
0 Favorites   0 Comments

Color spaces of #ee689d

RGB 238104157
HSL0.930.800.67
HSV336°56°93°
CMYK 0.000.560.34   0.07
XYZ46.296030.512135.3476
Yxy30.51210.41280.2721
Hunter Lab55.237852.93880.7257
CIE-Lab62.093656.7933-2.8118

#ee689d color RGB value is (238,104,157).

#ee689d hex color red value is 238, green value is 104 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ee689d hue: 0.93 , saturation: 0.80 and the lightness value of ee689d is 0.67.

The process color (four color CMYK) of #ee689d color hex is 0.00, 0.56, 0.34, 0.07. Web safe color of #ee689d is #ff6699. Color #ee689d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01101000 10011101
Octal 356 150 235
Decimal 238 104 157
Hex EE 68 9D

RGB Percentages of Color #ee689d

%47.70
%20.84
%31.46

CMYK Percentages of Color #ee689d

%0
%56
%34
%7

Triadic Colors of #ee689d

#ee689d #9dee68 #689dee

Analogous Colors of #ee689d

#ee689d #ee7668 #ee68e0

Monochromatic Colors of #ee689d

#ee689d

Complementary Color

#ee689d #68eeb9

#ee689d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee689d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee689d Color CSS Codes

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

#ee689d Text Font Color

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

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


#ee689d Background Color

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

This div background color is #ee689d


#ee689d Border Color

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

This div border color is #ee689d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee689d


Comments

No comments written yet.

Please login to write comment.