Color Hex Logo

#ee445d Color Hex

#EE445D
(238,68,93)
0 Favorites   0 Comments

Color spaces of #ee445d

RGB 2386893
HSL0.980.830.60
HSV351°71°93°
CMYK 0.000.710.61   0.07
XYZ39.302823.101712.7435
Yxy23.10170.52300.3074
Hunter Lab48.064261.849617.9251
CIE-Lab55.176965.707524.8887

#ee445d color RGB value is (238,68,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01000100 01011101
Octal 356 104 135
Decimal 238 68 93
Hex EE 44 5D

RGB Percentages of Color #ee445d

%59.65
%17.04
%23.31

CMYK Percentages of Color #ee445d

%0
%71
%61
%7

Triadic Colors of #ee445d

#ee445d #5dee44 #445dee

Analogous Colors of #ee445d

#ee445d #ee8044 #ee44b2

Monochromatic Colors of #ee445d

#ee445d

Complementary Color

#ee445d #44eed5

#ee445d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee445d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee445d Color CSS Codes

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

#ee445d Text Font Color

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

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


#ee445d Background Color

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

This div background color is #ee445d


#ee445d Border Color

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

This div border color is #ee445d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee445d


Comments

No comments written yet.

Please login to write comment.