Color Hex Logo

#ee4daf Color Hex

#EE4DAF
(238,77,175)
0 Favorites   0 Comments

Color spaces of #ee4daf

RGB 23877175
HSL0.900.830.62
HSV323°68°93°
CMYK 0.000.680.26   0.07
XYZ45.651626.580043.2818
Yxy26.58000.39520.2301
Hunter Lab51.555867.8355-13.6857
CIE-Lab58.583570.0890-18.4622

#ee4daf color RGB value is (238,77,175).

#ee4daf hex color red value is 238, green value is 77 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ee4daf hue: 0.90 , saturation: 0.83 and the lightness value of ee4daf is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01001101 10101111
Octal 356 115 257
Decimal 238 77 175
Hex EE 4D AF

RGB Percentages of Color #ee4daf

%48.57
%15.71
%35.71

CMYK Percentages of Color #ee4daf

%0
%68
%26
%7

Triadic Colors of #ee4daf

#ee4daf #afee4d #4dafee

Analogous Colors of #ee4daf

#ee4daf #ee4d5e #dd4dee

Monochromatic Colors of #ee4daf

#ee4daf

Complementary Color

#ee4daf #4dee8c

#ee4daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee4daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee4daf Color CSS Codes

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

#ee4daf Text Font Color

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

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


#ee4daf Background Color

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

This div background color is #ee4daf


#ee4daf Border Color

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

This div border color is #ee4daf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,77,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 #ee4daf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee4daf


Comments

No comments written yet.

Please login to write comment.