Color Hex Logo

#ee442d Color Hex

#EE442D
(238,68,45)
0 Favorites   0 Comments

Color spaces of #ee442d

RGB 2386845
HSL0.020.850.55
HSV81°93°
CMYK 0.000.710.81   0.07
XYZ37.800722.50084.8334
Yxy22.50080.58030.3454
Hunter Lab47.435059.234427.1631
CIE-Lab54.554463.583650.8301

#ee442d color RGB value is (238,68,45).

#ee442d hex color red value is 238, green value is 68 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ee442d hue: 0.02 , saturation: 0.85 and the lightness value of ee442d is 0.55.

The process color (four color CMYK) of #ee442d color hex is 0.00, 0.71, 0.81, 0.07. Web safe color of #ee442d is #ff3333. Color #ee442d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01000100 00101101
Octal 356 104 55
Decimal 238 68 45
Hex EE 44 2D

RGB Percentages of Color #ee442d

%67.81
%19.37
%12.82

CMYK Percentages of Color #ee442d

%0
%71
%81
%7

Triadic Colors of #ee442d

#ee442d #2dee44 #442dee

Analogous Colors of #ee442d

#ee442d #eea52d #ee2d77

Monochromatic Colors of #ee442d

#ee442d

Complementary Color

#ee442d #2dd7ee

#ee442d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee442d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee442d Color CSS Codes

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

#ee442d Text Font Color

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

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


#ee442d Background Color

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

This div background color is #ee442d


#ee442d Border Color

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

This div border color is #ee442d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee442d

#ee442d Color Palettes


Comments

No comments written yet.

Please login to write comment.