Color Hex Logo

#ee013a Color Hex

#EE013A
(238,1,58)
0 Favorites   0 Comments

Color spaces of #ee013a

RGB 238158
HSL0.960.990.47
HSV346°100°93°
CMYK 0.001.000.76   0.07
XYZ36.034518.50435.6755
Yxy18.50430.59840.3073
Hunter Lab43.016674.248222.2891
CIE-Lab50.102176.956039.2593

#ee013a color RGB value is (238,1,58).

#ee013a hex color red value is 238, green value is 1 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ee013a hue: 0.96 , saturation: 0.99 and the lightness value of ee013a is 0.47.

The process color (four color CMYK) of #ee013a color hex is 0.00, 1.00, 0.76, 0.07. Web safe color of #ee013a is #ff0033. Color #ee013a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00000001 00111010
Octal 356 1 72
Decimal 238 1 58
Hex EE 1 3A

RGB Percentages of Color #ee013a

%80.13
%0.34
%19.53

CMYK Percentages of Color #ee013a

%0
%100
%76
%7

Triadic Colors of #ee013a

#ee013a #3aee01 #013aee

Analogous Colors of #ee013a

#ee013a #ee3f01 #ee01b1

Monochromatic Colors of #ee013a

#ee013a

Complementary Color

#ee013a #01eeb5

#ee013a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee013a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee013a Color CSS Codes

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

#ee013a Text Font Color

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

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


#ee013a Background Color

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

This div background color is #ee013a


#ee013a Border Color

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

This div border color is #ee013a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee013a


Comments

No comments written yet.

Please login to write comment.