Color Hex Logo

#ee133d Color Hex

#EE133D
(238,19,61)
0 Favorites   0 Comments

Color spaces of #ee133d

RGB 2381961
HSL0.970.870.50
HSV348°92°93°
CMYK 0.000.920.74   0.07
XYZ36.335118.97986.1633
Yxy18.97980.59100.3087
Hunter Lab43.565872.633822.1083
CIE-Lab50.663675.539538.1455

#ee133d color RGB value is (238,19,61).

#ee133d hex color red value is 238, green value is 19 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ee133d hue: 0.97 , saturation: 0.87 and the lightness value of ee133d is 0.50.

The process color (four color CMYK) of #ee133d color hex is 0.00, 0.92, 0.74, 0.07. Web safe color of #ee133d is #ff0033. Color #ee133d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00010011 00111101
Octal 356 23 75
Decimal 238 19 61
Hex EE 13 3D

RGB Percentages of Color #ee133d

%74.84
%5.97
%19.18

CMYK Percentages of Color #ee133d

%0
%92
%74
%7

Triadic Colors of #ee133d

#ee133d #3dee13 #133dee

Analogous Colors of #ee133d

#ee133d #ee5713 #ee13ab

Monochromatic Colors of #ee133d

#ee133d

Complementary Color

#ee133d #13eec4

#ee133d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee133d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee133d Color CSS Codes

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

#ee133d Text Font Color

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

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


#ee133d Background Color

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

This div background color is #ee133d


#ee133d Border Color

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

This div border color is #ee133d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee133d


Comments

No comments written yet.

Please login to write comment.