Color Hex Logo

#ee445e Color Hex

#EE445E
(238,68,94)
0 Favorites   0 Comments

Color spaces of #ee445e

RGB 2386894
HSL0.970.830.60
HSV351°71°93°
CMYK 0.000.710.61   0.07
XYZ39.347423.119512.9784
Yxy23.11950.52150.3064
Hunter Lab48.082761.926617.6545
CIE-Lab55.195265.769624.3227

#ee445e color RGB value is (238,68,94).

#ee445e hex color red value is 238, green value is 68 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ee445e hue: 0.97 , saturation: 0.83 and the lightness value of ee445e is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01000100 01011110
Octal 356 104 136
Decimal 238 68 94
Hex EE 44 5E

RGB Percentages of Color #ee445e

%59.50
%17.00
%23.50

CMYK Percentages of Color #ee445e

%0
%71
%61
%7

Triadic Colors of #ee445e

#ee445e #5eee44 #445eee

Analogous Colors of #ee445e

#ee445e #ee7f44 #ee44b3

Monochromatic Colors of #ee445e

#ee445e

Complementary Color

#ee445e #44eed4

#ee445e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee445e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee445e Color CSS Codes

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

#ee445e Text Font Color

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

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


#ee445e Background Color

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

This div background color is #ee445e


#ee445e Border Color

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

This div border color is #ee445e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee445e


Comments

No comments written yet.

Please login to write comment.