Color Hex Logo

#ee6faf Color Hex

#EE6FAF
(238,111,175)
0 Favorites   0 Comments

Color spaces of #ee6faf

RGB 238111175
HSL0.920.790.68
HSV330°53°93°
CMYK 0.000.530.26   0.07
XYZ48.682232.641244.2920
Yxy32.64120.38750.2599
Hunter Lab57.132552.1168-5.9719
CIE-Lab63.869355.7853-10.4841

#ee6faf color RGB value is (238,111,175).

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

The process color (four color CMYK) of #ee6faf color hex is 0.00, 0.53, 0.26, 0.07. Web safe color of #ee6faf is #ff6699. Color #ee6faf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01101111 10101111
Octal 356 157 257
Decimal 238 111 175
Hex EE 6F AF

RGB Percentages of Color #ee6faf

%45.42
%21.18
%33.40

CMYK Percentages of Color #ee6faf

%0
%53
%26
%7

Triadic Colors of #ee6faf

#ee6faf #afee6f #6fafee

Analogous Colors of #ee6faf

#ee6faf #ee6f70 #ee6fee

Monochromatic Colors of #ee6faf

#ee6faf

Complementary Color

#ee6faf #6feeae

#ee6faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee6faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee6faf Color CSS Codes

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

#ee6faf Text Font Color

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

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


#ee6faf Background Color

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

This div background color is #ee6faf


#ee6faf Border Color

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

This div border color is #ee6faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee6faf


Comments

No comments written yet.

Please login to write comment.