Color Hex Logo

#ee372a Color Hex

#EE372A
(238,55,42)
0 Favorites   0 Comments

Color spaces of #ee372a

RGB 2385542
HSL0.010.850.55
HSV82°93°
CMYK 0.000.770.82   0.07
XYZ37.044021.07674.3063
Yxy21.07670.59340.3376
Hunter Lab45.909463.689226.5752
CIE-Lab53.033367.669850.8815

#ee372a color RGB value is (238,55,42).

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

The process color (four color CMYK) of #ee372a color hex is 0.00, 0.77, 0.82, 0.07. Web safe color of #ee372a is #ff3333. Color #ee372a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110111 00101010
Octal 356 67 52
Decimal 238 55 42
Hex EE 37 2A

RGB Percentages of Color #ee372a

%71.04
%16.42
%12.54

CMYK Percentages of Color #ee372a

%0
%77
%82
%7

Triadic Colors of #ee372a

#ee372a #2aee37 #372aee

Analogous Colors of #ee372a

#ee372a #ee992a #ee2a7f

Monochromatic Colors of #ee372a

#ee372a

Complementary Color

#ee372a #2ae1ee

#ee372a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee372a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee372a Color CSS Codes

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

#ee372a Text Font Color

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

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


#ee372a Background Color

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

This div background color is #ee372a


#ee372a Border Color

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

This div border color is #ee372a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee372a


Comments

No comments written yet.

Please login to write comment.