Color Hex Logo

#ee063e Color Hex

#EE063E
(238,6,62)
0 Favorites   0 Comments

Color spaces of #ee063e

RGB 238662
HSL0.960.950.48
HSV346°97°93°
CMYK 0.000.970.74   0.07
XYZ36.194518.65526.2506
Yxy18.65520.59240.3053
Hunter Lab43.191773.997121.6539
CIE-Lab50.281376.718437.1256

#ee063e color RGB value is (238,6,62).

#ee063e hex color red value is 238, green value is 6 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ee063e hue: 0.96 , saturation: 0.95 and the lightness value of ee063e is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00000110 00111110
Octal 356 6 76
Decimal 238 6 62
Hex EE 6 3E

RGB Percentages of Color #ee063e

%77.78
%1.96
%20.26

CMYK Percentages of Color #ee063e

%0
%97
%74
%7

Triadic Colors of #ee063e

#ee063e #3eee06 #063eee

Analogous Colors of #ee063e

#ee063e #ee4206 #ee06b2

Monochromatic Colors of #ee063e

#ee063e

Complementary Color

#ee063e #06eeb6

#ee063e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee063e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee063e Color CSS Codes

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

#ee063e Text Font Color

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

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


#ee063e Background Color

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

This div background color is #ee063e


#ee063e Border Color

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

This div border color is #ee063e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee063e

Related Colors


Comments

No comments written yet.

Please login to write comment.