Color Hex Logo

#ee482b Color Hex

#EE482B
(238,72,43)
0 Favorites   0 Comments

Color spaces of #ee482b

RGB 2387243
HSL0.020.850.55
HSV82°93°
CMYK 0.000.700.82   0.07
XYZ38.013322.98634.7188
Yxy22.98630.57840.3498
Hunter Lab47.944057.624927.7253
CIE-Lab55.058262.099952.2630

#ee482b color RGB value is (238,72,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01001000 00101011
Octal 356 110 53
Decimal 238 72 43
Hex EE 48 2B

RGB Percentages of Color #ee482b

%67.42
%20.40
%12.18

CMYK Percentages of Color #ee482b

%0
%70
%82
%7

Triadic Colors of #ee482b

#ee482b #2bee48 #482bee

Analogous Colors of #ee482b

#ee482b #eeaa2b #ee2b70

Monochromatic Colors of #ee482b

#ee482b

Complementary Color

#ee482b #2bd1ee

#ee482b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee482b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee482b Color CSS Codes

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

#ee482b Text Font Color

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

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


#ee482b Background Color

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

This div background color is #ee482b


#ee482b Border Color

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

This div border color is #ee482b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,72,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 #ee482b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee482b


Comments

No comments written yet.

Please login to write comment.