Color Hex Logo

#ee154c Color Hex

#EE154C
(238,21,76)
0 Favorites   0 Comments

Color spaces of #ee154c

RGB 2382176
HSL0.960.860.51
HSV345°91°93°
CMYK 0.000.910.68   0.07
XYZ36.832619.23538.6090
Yxy19.23530.56950.2974
Hunter Lab43.858173.155119.0625
CIE-Lab50.961475.904629.6097

#ee154c color RGB value is (238,21,76).

#ee154c hex color red value is 238, green value is 21 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #ee154c hue: 0.96 , saturation: 0.86 and the lightness value of ee154c is 0.51.

The process color (four color CMYK) of #ee154c color hex is 0.00, 0.91, 0.68, 0.07. Web safe color of #ee154c is #ff0033. Color #ee154c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00010101 01001100
Octal 356 25 114
Decimal 238 21 76
Hex EE 15 4C

RGB Percentages of Color #ee154c

%71.04
%6.27
%22.69

CMYK Percentages of Color #ee154c

%0
%91
%68
%7

Triadic Colors of #ee154c

#ee154c #4cee15 #154cee

Analogous Colors of #ee154c

#ee154c #ee4b15 #ee15b9

Monochromatic Colors of #ee154c

#ee154c

Complementary Color

#ee154c #15eeb7

#ee154c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee154c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee154c Color CSS Codes

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

#ee154c Text Font Color

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

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


#ee154c Background Color

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

This div background color is #ee154c


#ee154c Border Color

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

This div border color is #ee154c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee154c


Comments

No comments written yet.

Please login to write comment.