Color Hex Logo

#ee382f Color Hex

#EE382F
(238,56,47)
0 Favorites   0 Comments

Color spaces of #ee382f

RGB 2385647
HSL0.010.850.56
HSV80°93°
CMYK 0.000.760.80   0.07
XYZ37.187221.21074.8234
Yxy21.21070.58820.3355
Hunter Lab46.055163.533626.0290
CIE-Lab53.179367.510548.5082

#ee382f color RGB value is (238,56,47).

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

The process color (four color CMYK) of #ee382f color hex is 0.00, 0.76, 0.80, 0.07. Web safe color of #ee382f is #ff3333. Color #ee382f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00111000 00101111
Octal 356 70 57
Decimal 238 56 47
Hex EE 38 2F

RGB Percentages of Color #ee382f

%69.79
%16.42
%13.78

CMYK Percentages of Color #ee382f

%0
%76
%80
%7

Triadic Colors of #ee382f

#ee382f #2fee38 #382fee

Analogous Colors of #ee382f

#ee382f #ee982f #ee2f86

Monochromatic Colors of #ee382f

#ee382f

Complementary Color

#ee382f #2fe5ee

#ee382f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee382f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee382f Color CSS Codes

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

#ee382f Text Font Color

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

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


#ee382f Background Color

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

This div background color is #ee382f


#ee382f Border Color

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

This div border color is #ee382f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee382f


Comments

No comments written yet.

Please login to write comment.