Color Hex Logo

#ee507b Color Hex

#EE507B
(238,80,123)
0 Favorites   0 Comments

Color spaces of #ee507b

RGB 23880123
HSL0.950.820.62
HSV344°66°93°
CMYK 0.000.660.48   0.07
XYZ41.703725.344521.4328
Yxy25.34450.47130.2864
Hunter Lab50.343359.76619.9986
CIE-Lab57.409663.519910.2263

#ee507b color RGB value is (238,80,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01010000 01111011
Octal 356 120 173
Decimal 238 80 123
Hex EE 50 7B

RGB Percentages of Color #ee507b

%53.97
%18.14
%27.89

CMYK Percentages of Color #ee507b

%0
%66
%48
%7

Triadic Colors of #ee507b

#ee507b #7bee50 #507bee

Analogous Colors of #ee507b

#ee507b #ee7450 #ee50ca

Monochromatic Colors of #ee507b

#ee507b

Complementary Color

#ee507b #50eec3

#ee507b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee507b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee507b Color CSS Codes

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

#ee507b Text Font Color

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

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


#ee507b Background Color

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

This div background color is #ee507b


#ee507b Border Color

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

This div border color is #ee507b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee507b


Comments

No comments written yet.

Please login to write comment.