Color Hex Logo

#ee003f Color Hex

#EE003F
(238,0,63)
0 Favorites   0 Comments

Color spaces of #ee003f

RGB 238063
HSL0.961.000.47
HSV344°100°93°
CMYK 0.001.000.74   0.07
XYZ36.157118.53606.3747
Yxy18.53600.59210.3035
Hunter Lab43.053574.564121.3587
CIE-Lab50.139977.203336.3744

#ee003f color RGB value is (238,0,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00000000 00111111
Octal 356 0 77
Decimal 238 0 63
Hex EE 0 3F

RGB Percentages of Color #ee003f

%79.07
%0.00
%20.93

CMYK Percentages of Color #ee003f

%0
%100
%74
%7

Triadic Colors of #ee003f

#ee003f #3fee00 #003fee

Analogous Colors of #ee003f

#ee003f #ee3800 #ee00b6

Monochromatic Colors of #ee003f

#ee003f

Complementary Color

#ee003f #00eeaf

#ee003f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee003f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee003f Color CSS Codes

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

#ee003f Text Font Color

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

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


#ee003f Background Color

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

This div background color is #ee003f


#ee003f Border Color

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

This div border color is #ee003f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee003f


Comments

No comments written yet.

Please login to write comment.