Color Hex Logo

#ee668f Color Hex

#EE668F
(238,102,143)
0 Favorites   0 Comments

Color spaces of #ee668f

RGB 238102143
HSL0.950.800.67
HSV342°57°93°
CMYK 0.000.570.40   0.07
XYZ44.969229.663129.3420
Yxy29.66310.43250.2853
Hunter Lab54.463852.07056.1826
CIE-Lab61.362456.15014.2002

#ee668f color RGB value is (238,102,143).

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

The process color (four color CMYK) of #ee668f color hex is 0.00, 0.57, 0.40, 0.07. Web safe color of #ee668f is #ff6699. Color #ee668f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01100110 10001111
Octal 356 146 217
Decimal 238 102 143
Hex EE 66 8F

RGB Percentages of Color #ee668f

%49.28
%21.12
%29.61

CMYK Percentages of Color #ee668f

%0
%57
%40
%7

Triadic Colors of #ee668f

#ee668f #8fee66 #668fee

Analogous Colors of #ee668f

#ee668f #ee8166 #ee66d3

Monochromatic Colors of #ee668f

#ee668f

Complementary Color

#ee668f #66eec5

#ee668f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee668f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee668f Color CSS Codes

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

#ee668f Text Font Color

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

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


#ee668f Background Color

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

This div background color is #ee668f


#ee668f Border Color

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

This div border color is #ee668f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee668f


Comments

No comments written yet.

Please login to write comment.