Color Hex Logo

#ee102a Color Hex

#EE102A
(238,16,42)
0 Favorites   0 Comments

Color spaces of #ee102a

RGB 2381642
HSL0.980.870.50
HSV353°93°93°
CMYK 0.000.930.82   0.07
XYZ35.863118.71493.9126
Yxy18.71490.61310.3200
Hunter Lab43.260772.270124.9202
CIE-Lab50.352075.304448.4018

#ee102a color RGB value is (238,16,42).

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

The process color (four color CMYK) of #ee102a color hex is 0.00, 0.93, 0.82, 0.07. Web safe color of #ee102a is #ff0033. Color #ee102a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00010000 00101010
Octal 356 20 52
Decimal 238 16 42
Hex EE 10 2A

RGB Percentages of Color #ee102a

%80.41
%5.41
%14.19

CMYK Percentages of Color #ee102a

%0
%93
%82
%7

Triadic Colors of #ee102a

#ee102a #2aee10 #102aee

Analogous Colors of #ee102a

#ee102a #ee6510 #ee1099

Monochromatic Colors of #ee102a

#ee102a

Complementary Color

#ee102a #10eed4

#ee102a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee102a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee102a Color CSS Codes

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

#ee102a Text Font Color

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

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


#ee102a Background Color

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

This div background color is #ee102a


#ee102a Border Color

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

This div border color is #ee102a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee102a


Comments

No comments written yet.

Please login to write comment.