Color Hex Logo

#ee084e Color Hex

#EE084E
(238,8,78)
0 Favorites   0 Comments

Color spaces of #ee084e

RGB 238878
HSL0.950.930.48
HSV342°97°93°
CMYK 0.000.970.67   0.07
XYZ36.721918.90098.9205
Yxy18.90090.56890.2928
Hunter Lab43.475274.691018.2671
CIE-Lab50.571177.221427.9137

#ee084e color RGB value is (238,8,78).

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

The process color (four color CMYK) of #ee084e color hex is 0.00, 0.97, 0.67, 0.07. Web safe color of #ee084e is #ff0066. Color #ee084e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00001000 01001110
Octal 356 10 116
Decimal 238 8 78
Hex EE 8 4E

RGB Percentages of Color #ee084e

%73.46
%2.47
%24.07

CMYK Percentages of Color #ee084e

%0
%97
%67
%7

Triadic Colors of #ee084e

#ee084e #4eee08 #084eee

Analogous Colors of #ee084e

#ee084e #ee3508 #ee08c1

Monochromatic Colors of #ee084e

#ee084e

Complementary Color

#ee084e #08eea8

#ee084e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee084e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee084e Color CSS Codes

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

#ee084e Text Font Color

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

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


#ee084e Background Color

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

This div background color is #ee084e


#ee084e Border Color

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

This div border color is #ee084e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee084e


Comments

No comments written yet.

Please login to write comment.