Color Hex Logo

#ee487c Color Hex

#EE487C
(238,72,124)
0 Favorites   0 Comments

Color spaces of #ee487c

RGB 23872124
HSL0.950.830.61
HSV341°70°93°
CMYK 0.000.700.48   0.07
XYZ41.215424.267121.5805
Yxy24.26710.47340.2787
Hunter Lab49.261663.13658.5094
CIE-Lab56.354266.57998.1401

#ee487c color RGB value is (238,72,124).

#ee487c hex color red value is 238, green value is 72 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #ee487c hue: 0.95 , saturation: 0.83 and the lightness value of ee487c is 0.61.

The process color (four color CMYK) of #ee487c color hex is 0.00, 0.70, 0.48, 0.07. Web safe color of #ee487c is #ff3366. Color #ee487c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01001000 01111100
Octal 356 110 174
Decimal 238 72 124
Hex EE 48 7C

RGB Percentages of Color #ee487c

%54.84
%16.59
%28.57

CMYK Percentages of Color #ee487c

%0
%70
%48
%7

Triadic Colors of #ee487c

#ee487c #7cee48 #487cee

Analogous Colors of #ee487c

#ee487c #ee6748 #ee48cf

Monochromatic Colors of #ee487c

#ee487c

Complementary Color

#ee487c #48eeba

#ee487c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee487c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee487c Color CSS Codes

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

#ee487c Text Font Color

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

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


#ee487c Background Color

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

This div background color is #ee487c


#ee487c Border Color

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

This div border color is #ee487c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee487c


Comments

No comments written yet.

Please login to write comment.