Color Hex Logo

#ee506e Color Hex

#EE506E
(238,80,110)
0 Favorites   0 Comments

Color spaces of #ee506e

RGB 23880110
HSL0.970.820.62
HSV349°66°93°
CMYK 0.000.660.54   0.07
XYZ40.943025.040317.4272
Yxy25.04030.49090.3002
Hunter Lab50.040358.478314.3797
CIE-Lab57.114762.466617.4708

#ee506e color RGB value is (238,80,110).

#ee506e hex color red value is 238, green value is 80 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #ee506e hue: 0.97 , saturation: 0.82 and the lightness value of ee506e is 0.62.

The process color (four color CMYK) of #ee506e color hex is 0.00, 0.66, 0.54, 0.07. Web safe color of #ee506e is #ff6666. Color #ee506e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01010000 01101110
Octal 356 120 156
Decimal 238 80 110
Hex EE 50 6E

RGB Percentages of Color #ee506e

%55.61
%18.69
%25.70

CMYK Percentages of Color #ee506e

%0
%66
%54
%7

Triadic Colors of #ee506e

#ee506e #6eee50 #506eee

Analogous Colors of #ee506e

#ee506e #ee8150 #ee50bd

Monochromatic Colors of #ee506e

#ee506e

Complementary Color

#ee506e #50eed0

#ee506e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee506e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee506e Color CSS Codes

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

#ee506e Text Font Color

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

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


#ee506e Background Color

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

This div background color is #ee506e


#ee506e Border Color

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

This div border color is #ee506e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee506e


Comments

No comments written yet.

Please login to write comment.