Color Hex Logo

#ee7082 Color Hex

#EE7082
(238,112,130)
0 Favorites   0 Comments

Color spaces of #ee7082

RGB 238112130
HSL0.980.790.69
HSV351°53°93°
CMYK 0.000.530.45   0.07
XYZ45.083331.377224.7993
Yxy31.37720.44520.3099
Hunter Lab56.015445.636812.9617
CIE-Lab62.824850.176213.7652

#ee7082 color RGB value is (238,112,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01110000 10000010
Octal 356 160 202
Decimal 238 112 130
Hex EE 70 82

RGB Percentages of Color #ee7082

%49.58
%23.33
%27.08

CMYK Percentages of Color #ee7082

%0
%53
%45
%7

Triadic Colors of #ee7082

#ee7082 #82ee70 #7082ee

Analogous Colors of #ee7082

#ee7082 #ee9d70 #ee70c1

Monochromatic Colors of #ee7082

#ee7082

Complementary Color

#ee7082 #70eedc

#ee7082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee7082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee7082 Color CSS Codes

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

#ee7082 Text Font Color

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

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


#ee7082 Background Color

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

This div background color is #ee7082


#ee7082 Border Color

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

This div border color is #ee7082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee7082


Comments

No comments written yet.

Please login to write comment.