Color Hex Logo

#ee689b Color Hex

#EE689B
(238,104,155)
0 Favorites   0 Comments

Color spaces of #ee689b

RGB 238104155
HSL0.940.800.67
HSV337°56°93°
CMYK 0.000.560.35   0.07
XYZ46.126630.444334.4555
Yxy30.44430.41550.2742
Hunter Lab55.176452.66471.5991
CIE-Lab62.035756.5624-1.7453

#ee689b color RGB value is (238,104,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01101000 10011011
Octal 356 150 233
Decimal 238 104 155
Hex EE 68 9B

RGB Percentages of Color #ee689b

%47.89
%20.93
%31.19

CMYK Percentages of Color #ee689b

%0
%56
%35
%7

Triadic Colors of #ee689b

#ee689b #9bee68 #689bee

Analogous Colors of #ee689b

#ee689b #ee7868 #ee68de

Monochromatic Colors of #ee689b

#ee689b

Complementary Color

#ee689b #68eebb

#ee689b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee689b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee689b Color CSS Codes

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

#ee689b Text Font Color

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

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


#ee689b Background Color

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

This div background color is #ee689b


#ee689b Border Color

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

This div border color is #ee689b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee689b


Comments

No comments written yet.

Please login to write comment.