Color Hex Logo

#ee413b Color Hex

#EE413B
(238,65,59)
0 Favorites   0 Comments

Color spaces of #ee413b

RGB 2386559
HSL0.010.840.58
HSV75°93°
CMYK 0.000.730.75   0.07
XYZ37.939622.27356.4372
Yxy22.27350.56920.3342
Hunter Lab47.194860.904124.9494
CIE-Lab54.316065.061043.3217

#ee413b color RGB value is (238,65,59).

#ee413b hex color red value is 238, green value is 65 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ee413b hue: 0.01 , saturation: 0.84 and the lightness value of ee413b is 0.58.

The process color (four color CMYK) of #ee413b color hex is 0.00, 0.73, 0.75, 0.07. Web safe color of #ee413b is #ff3333. Color #ee413b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01000001 00111011
Octal 356 101 73
Decimal 238 65 59
Hex EE 41 3B

RGB Percentages of Color #ee413b

%65.75
%17.96
%16.30

CMYK Percentages of Color #ee413b

%0
%73
%75
%7

Triadic Colors of #ee413b

#ee413b #3bee41 #413bee

Analogous Colors of #ee413b

#ee413b #ee9b3b #ee3b8f

Monochromatic Colors of #ee413b

#ee413b

Complementary Color

#ee413b #3be8ee

#ee413b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee413b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee413b Color CSS Codes

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

#ee413b Text Font Color

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

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


#ee413b Background Color

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

This div background color is #ee413b


#ee413b Border Color

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

This div border color is #ee413b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee413b


Comments

No comments written yet.

Please login to write comment.