Color Hex Logo

#ee283a Color Hex

#EE283A
(238,40,58)
0 Favorites   0 Comments

Color spaces of #ee283a

RGB 2384058
HSL0.980.850.55
HSV355°83°93°
CMYK 0.000.830.76   0.07
XYZ36.782420.00025.9248
Yxy20.00020.58660.3189
Hunter Lab44.721668.549123.4503
CIE-Lab51.837471.962741.1730

#ee283a color RGB value is (238,40,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00101000 00111010
Octal 356 50 72
Decimal 238 40 58
Hex EE 28 3A

RGB Percentages of Color #ee283a

%70.83
%11.90
%17.26

CMYK Percentages of Color #ee283a

%0
%83
%76
%7

Triadic Colors of #ee283a

#ee283a #3aee28 #283aee

Analogous Colors of #ee283a

#ee283a #ee7928 #ee289d

Monochromatic Colors of #ee283a

#ee283a

Complementary Color

#ee283a #28eedc

#ee283a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee283a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee283a Color CSS Codes

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

#ee283a Text Font Color

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

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


#ee283a Background Color

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

This div background color is #ee283a


#ee283a Border Color

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

This div border color is #ee283a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee283a


Comments

No comments written yet.

Please login to write comment.