Color Hex Logo

#ee4edf Color Hex

#EE4EDF
(238,78,223)
0 Favorites   0 Comments

Color spaces of #ee4edf

RGB 23878223
HSL0.850.820.62
HSV306°67°93°
CMYK 0.000.670.06   0.07
XYZ51.303628.953672.6966
Yxy28.95360.33540.1893
Hunter Lab53.808576.0253-42.4362
CIE-Lab60.740776.3263-42.4912

#ee4edf color RGB value is (238,78,223).

#ee4edf hex color red value is 238, green value is 78 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ee4edf hue: 0.85 , saturation: 0.82 and the lightness value of ee4edf is 0.62.

The process color (four color CMYK) of #ee4edf color hex is 0.00, 0.67, 0.06, 0.07. Web safe color of #ee4edf is #ff66cc. Color #ee4edf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01001110 11011111
Octal 356 116 337
Decimal 238 78 223
Hex EE 4E DF

RGB Percentages of Color #ee4edf

%44.16
%14.47
%41.37

CMYK Percentages of Color #ee4edf

%0
%67
%6
%7

Triadic Colors of #ee4edf

#ee4edf #dfee4e #4edfee

Analogous Colors of #ee4edf

#ee4edf #ee4e8f #ad4eee

Monochromatic Colors of #ee4edf

#ee4edf

Complementary Color

#ee4edf #4eee5d

#ee4edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee4edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee4edf Color CSS Codes

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

#ee4edf Text Font Color

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

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


#ee4edf Background Color

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

This div background color is #ee4edf


#ee4edf Border Color

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

This div border color is #ee4edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee4edf


Comments

No comments written yet.

Please login to write comment.