Color Hex Logo

#ee7680 Color Hex

#EE7680
(238,118,128)
0 Favorites   0 Comments

Color spaces of #ee7680

RGB 238118128
HSL0.990.780.70
HSV355°50°93°
CMYK 0.000.500.46   0.07
XYZ45.634632.692524.3272
Yxy32.69250.44450.3185
Hunter Lab57.177442.404714.7981
CIE-Lab63.911147.076616.4183

#ee7680 color RGB value is (238,118,128).

#ee7680 hex color red value is 238, green value is 118 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #ee7680 hue: 0.99 , saturation: 0.78 and the lightness value of ee7680 is 0.70.

The process color (four color CMYK) of #ee7680 color hex is 0.00, 0.50, 0.46, 0.07. Web safe color of #ee7680 is #ff6699. Color #ee7680 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01110110 10000000
Octal 356 166 200
Decimal 238 118 128
Hex EE 76 80

RGB Percentages of Color #ee7680

%49.17
%24.38
%26.45

CMYK Percentages of Color #ee7680

%0
%50
%46
%7

Triadic Colors of #ee7680

#ee7680 #80ee76 #7680ee

Analogous Colors of #ee7680

#ee7680 #eea876 #ee76bc

Monochromatic Colors of #ee7680

#ee7680

Complementary Color

#ee7680 #76eee4

#ee7680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee7680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee7680 Color CSS Codes

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

#ee7680 Text Font Color

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

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


#ee7680 Background Color

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

This div background color is #ee7680


#ee7680 Border Color

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

This div border color is #ee7680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee7680


Comments

No comments written yet.

Please login to write comment.