Color Hex Logo

#ee7086 Color Hex

#EE7086
(238,112,134)
0 Favorites   0 Comments

Color spaces of #ee7086

RGB 238112134
HSL0.970.790.69
HSV350°53°93°
CMYK 0.000.530.44   0.07
XYZ45.357131.486726.2412
Yxy31.48670.44000.3054
Hunter Lab56.113046.086811.5522
CIE-Lab62.916450.569311.6004

#ee7086 color RGB value is (238,112,134).

#ee7086 hex color red value is 238, green value is 112 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #ee7086 hue: 0.97 , saturation: 0.79 and the lightness value of ee7086 is 0.69.

The process color (four color CMYK) of #ee7086 color hex is 0.00, 0.53, 0.44, 0.07. Web safe color of #ee7086 is #ff6699. Color #ee7086 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01110000 10000110
Octal 356 160 206
Decimal 238 112 134
Hex EE 70 86

RGB Percentages of Color #ee7086

%49.17
%23.14
%27.69

CMYK Percentages of Color #ee7086

%0
%53
%44
%7

Triadic Colors of #ee7086

#ee7086 #86ee70 #7086ee

Analogous Colors of #ee7086

#ee7086 #ee9970 #ee70c5

Monochromatic Colors of #ee7086

#ee7086

Complementary Color

#ee7086 #70eed8

#ee7086 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee7086 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee7086 Color CSS Codes

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

#ee7086 Text Font Color

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

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


#ee7086 Background Color

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

This div background color is #ee7086


#ee7086 Border Color

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

This div border color is #ee7086


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee7086


Comments

No comments written yet.

Please login to write comment.