Color Hex Logo

#ee362b Color Hex

#EE362B
(238,54,43)
0 Favorites   0 Comments

Color spaces of #ee362b

RGB 2385443
HSL0.010.850.55
HSV82°93°
CMYK 0.000.770.82   0.07
XYZ37.015120.98994.3860
Yxy20.98990.59330.3364
Hunter Lab45.814764.039726.3943
CIE-Lab52.938467.983850.3001

#ee362b color RGB value is (238,54,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110110 00101011
Octal 356 66 53
Decimal 238 54 43
Hex EE 36 2B

RGB Percentages of Color #ee362b

%71.04
%16.12
%12.84

CMYK Percentages of Color #ee362b

%0
%77
%82
%7

Triadic Colors of #ee362b

#ee362b #2bee36 #362bee

Analogous Colors of #ee362b

#ee362b #ee982b #ee2b82

Monochromatic Colors of #ee362b

#ee362b

Complementary Color

#ee362b #2be3ee

#ee362b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee362b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee362b Color CSS Codes

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

#ee362b Text Font Color

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

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


#ee362b Background Color

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

This div background color is #ee362b


#ee362b Border Color

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

This div border color is #ee362b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee362b


Comments

No comments written yet.

Please login to write comment.