Color Hex Logo

#ee272f Color Hex

#EE272F
(238,39,47)
0 Favorites   0 Comments

Color spaces of #ee272f

RGB 2383947
HSL0.990.850.54
HSV358°84°93°
CMYK 0.000.840.80   0.07
XYZ36.498519.83344.5939
Yxy19.83340.59910.3255
Hunter Lab44.534768.354325.0583
CIE-Lab51.648371.838047.0092

#ee272f color RGB value is (238,39,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00100111 00101111
Octal 356 47 57
Decimal 238 39 47
Hex EE 27 2F

RGB Percentages of Color #ee272f

%73.46
%12.04
%14.51

CMYK Percentages of Color #ee272f

%0
%84
%80
%7

Triadic Colors of #ee272f

#ee272f #2fee27 #272fee

Analogous Colors of #ee272f

#ee272f #ee8327 #ee2793

Monochromatic Colors of #ee272f

#ee272f

Complementary Color

#ee272f #27eee6

#ee272f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee272f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee272f Color CSS Codes

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

#ee272f Text Font Color

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

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


#ee272f Background Color

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

This div background color is #ee272f


#ee272f Border Color

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

This div border color is #ee272f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee272f


Comments

No comments written yet.

Please login to write comment.