Color Hex Logo

#ee381f Color Hex

#EE381F
(238,56,31)
0 Favorites   0 Comments

Color spaces of #ee381f

RGB 2385631
HSL0.020.860.53
HSV87°93°
CMYK 0.000.760.87   0.07
XYZ36.921421.10443.4239
Yxy21.10440.60080.3434
Hunter Lab45.939563.065527.7387
CIE-Lab53.063667.136155.9478

#ee381f color RGB value is (238,56,31).

#ee381f hex color red value is 238, green value is 56 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ee381f hue: 0.02 , saturation: 0.86 and the lightness value of ee381f is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00111000 00011111
Octal 356 70 37
Decimal 238 56 31
Hex EE 38 1F

RGB Percentages of Color #ee381f

%73.23
%17.23
%9.54

CMYK Percentages of Color #ee381f

%0
%76
%87
%7

Triadic Colors of #ee381f

#ee381f #1fee38 #381fee

Analogous Colors of #ee381f

#ee381f #eea01f #ee1f6e

Monochromatic Colors of #ee381f

#ee381f

Complementary Color

#ee381f #1fd5ee

#ee381f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee381f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee381f Color CSS Codes

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

#ee381f Text Font Color

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

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


#ee381f Background Color

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

This div background color is #ee381f


#ee381f Border Color

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

This div border color is #ee381f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee381f


Comments

No comments written yet.

Please login to write comment.