Color Hex Logo

#ee688b Color Hex

#EE688B
(238,104,139)
0 Favorites   0 Comments

Color spaces of #ee688b

RGB 238104139
HSL0.960.800.67
HSV344°56°93°
CMYK 0.000.560.42   0.07
XYZ44.870429.941927.8405
Yxy29.94190.43710.2917
Hunter Lab54.719250.61368.1374
CIE-Lab61.604154.82316.8590

#ee688b color RGB value is (238,104,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01101000 10001011
Octal 356 150 213
Decimal 238 104 139
Hex EE 68 8B

RGB Percentages of Color #ee688b

%49.48
%21.62
%28.90

CMYK Percentages of Color #ee688b

%0
%56
%42
%7

Triadic Colors of #ee688b

#ee688b #8bee68 #688bee

Analogous Colors of #ee688b

#ee688b #ee8868 #ee68ce

Monochromatic Colors of #ee688b

#ee688b

Complementary Color

#ee688b #68eecb

#ee688b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee688b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee688b Color CSS Codes

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

#ee688b Text Font Color

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

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


#ee688b Background Color

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

This div background color is #ee688b


#ee688b Border Color

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

This div border color is #ee688b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee688b


Comments

No comments written yet.

Please login to write comment.