Color Hex Logo

#ee6e94 Color Hex

#EE6E94
(238,110,148)
0 Favorites   0 Comments

Color spaces of #ee6e94

RGB 238110148
HSL0.950.790.68
HSV342°54°93°
CMYK 0.000.540.38   0.07
XYZ46.181131.467131.6567
Yxy31.46710.42250.2879
Hunter Lab56.095548.78435.8074
CIE-Lab62.900052.99183.5397

#ee6e94 color RGB value is (238,110,148).

#ee6e94 hex color red value is 238, green value is 110 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #ee6e94 hue: 0.95 , saturation: 0.79 and the lightness value of ee6e94 is 0.68.

The process color (four color CMYK) of #ee6e94 color hex is 0.00, 0.54, 0.38, 0.07. Web safe color of #ee6e94 is #ff6699. Color #ee6e94 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01101110 10010100
Octal 356 156 224
Decimal 238 110 148
Hex EE 6E 94

RGB Percentages of Color #ee6e94

%47.98
%22.18
%29.84

CMYK Percentages of Color #ee6e94

%0
%54
%38
%7

Triadic Colors of #ee6e94

#ee6e94 #94ee6e #6e94ee

Analogous Colors of #ee6e94

#ee6e94 #ee886e #ee6ed4

Monochromatic Colors of #ee6e94

#ee6e94

Complementary Color

#ee6e94 #6eeec8

#ee6e94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee6e94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee6e94 Color CSS Codes

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

#ee6e94 Text Font Color

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

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


#ee6e94 Background Color

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

This div background color is #ee6e94


#ee6e94 Border Color

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

This div border color is #ee6e94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee6e94


Comments

No comments written yet.

Please login to write comment.