Color Hex Logo

#ee485c Color Hex

#EE485C
(238,72,92)
0 Favorites   0 Comments

Color spaces of #ee485c

RGB 2387292
HSL0.980.830.61
HSV353°70°93°
CMYK 0.000.700.61   0.07
XYZ39.509023.584612.5951
Yxy23.58460.52200.3116
Hunter Lab48.564060.230918.6179
CIE-Lab55.669564.234826.1191

#ee485c color RGB value is (238,72,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01001000 01011100
Octal 356 110 134
Decimal 238 72 92
Hex EE 48 5C

RGB Percentages of Color #ee485c

%59.20
%17.91
%22.89

CMYK Percentages of Color #ee485c

%0
%70
%61
%7

Triadic Colors of #ee485c

#ee485c #5cee48 #485cee

Analogous Colors of #ee485c

#ee485c #ee8748 #ee48af

Monochromatic Colors of #ee485c

#ee485c

Complementary Color

#ee485c #48eeda

#ee485c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee485c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee485c Color CSS Codes

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

#ee485c Text Font Color

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

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


#ee485c Background Color

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

This div background color is #ee485c


#ee485c Border Color

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

This div border color is #ee485c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee485c


Comments

No comments written yet.

Please login to write comment.