Color Hex Logo

#ee023e Color Hex

#EE023E
(238,2,62)
0 Favorites   0 Comments

Color spaces of #ee023e

RGB 238262
HSL0.960.980.47
HSV345°99°93°
CMYK 0.000.990.74   0.07
XYZ36.151118.56846.2361
Yxy18.56840.59310.3046
Hunter Lab43.091174.342621.5834
CIE-Lab50.178477.017237.0078

#ee023e color RGB value is (238,2,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00000010 00111110
Octal 356 2 76
Decimal 238 2 62
Hex EE 2 3E

RGB Percentages of Color #ee023e

%78.81
%0.66
%20.53

CMYK Percentages of Color #ee023e

%0
%99
%74
%7

Triadic Colors of #ee023e

#ee023e #3eee02 #023eee

Analogous Colors of #ee023e

#ee023e #ee3c02 #ee02b4

Monochromatic Colors of #ee023e

#ee023e

Complementary Color

#ee023e #02eeb2

#ee023e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee023e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee023e Color CSS Codes

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

#ee023e Text Font Color

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

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


#ee023e Background Color

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

This div background color is #ee023e


#ee023e Border Color

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

This div border color is #ee023e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,2,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 #ee023e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee023e


Comments

No comments written yet.

Please login to write comment.