Color Hex Logo

#ee605c Color Hex

#EE605C
(238,96,92)
0 Favorites   0 Comments

Color spaces of #ee605c

RGB 2389692
HSL0.000.810.65
HSV61°93°
CMYK 0.000.600.61   0.07
XYZ41.374527.315613.2170
Yxy27.31560.50510.3335
Hunter Lab52.264349.845121.5913
CIE-Lab59.265354.518530.7406

#ee605c color RGB value is (238,96,92).

#ee605c hex color red value is 238, green value is 96 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ee605c hue: 0.00 , saturation: 0.81 and the lightness value of ee605c is 0.65.

The process color (four color CMYK) of #ee605c color hex is 0.00, 0.60, 0.61, 0.07. Web safe color of #ee605c is #ff6666. Color #ee605c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01100000 01011100
Octal 356 140 134
Decimal 238 96 92
Hex EE 60 5C

RGB Percentages of Color #ee605c

%55.87
%22.54
%21.60

CMYK Percentages of Color #ee605c

%0
%60
%61
%7

Triadic Colors of #ee605c

#ee605c #5cee60 #605cee

Analogous Colors of #ee605c

#ee605c #eea95c #ee5ca1

Monochromatic Colors of #ee605c

#ee605c

Complementary Color

#ee605c #5ceaee

#ee605c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee605c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee605c Color CSS Codes

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

#ee605c Text Font Color

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

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


#ee605c Background Color

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

This div background color is #ee605c


#ee605c Border Color

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

This div border color is #ee605c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee605c


Comments

No comments written yet.

Please login to write comment.