Color Hex Logo

#ee273b Color Hex

#EE273B
(238,39,59)
0 Favorites   0 Comments

Color spaces of #ee273b

RGB 2383959
HSL0.980.850.54
HSV354°84°93°
CMYK 0.000.840.75   0.07
XYZ36.774819.94396.0490
Yxy19.94390.58590.3177
Hunter Lab44.658668.836023.2302
CIE-Lab51.773772.212340.5372

#ee273b color RGB value is (238,39,59).

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

The process color (four color CMYK) of #ee273b color hex is 0.00, 0.84, 0.75, 0.07. Web safe color of #ee273b is #ff3333. Color #ee273b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00100111 00111011
Octal 356 47 73
Decimal 238 39 59
Hex EE 27 3B

RGB Percentages of Color #ee273b

%70.83
%11.61
%17.56

CMYK Percentages of Color #ee273b

%0
%84
%75
%7

Triadic Colors of #ee273b

#ee273b #3bee27 #273bee

Analogous Colors of #ee273b

#ee273b #ee7727 #ee279f

Monochromatic Colors of #ee273b

#ee273b

Complementary Color

#ee273b #27eeda

#ee273b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee273b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee273b Color CSS Codes

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

#ee273b Text Font Color

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

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


#ee273b Background Color

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

This div background color is #ee273b


#ee273b Border Color

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

This div border color is #ee273b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee273b


Comments

No comments written yet.

Please login to write comment.