Color Hex Logo

#ee50bf Color Hex

#EE50BF
(238,80,191)
0 Favorites   0 Comments

Color spaces of #ee50bf

RGB 23880191
HSL0.880.820.62
HSV318°66°93°
CMYK 0.000.660.20   0.07
XYZ47.532527.676152.1270
Yxy27.67610.37330.2173
Hunter Lab52.608169.2143-21.9222
CIE-Lab59.595071.0349-26.1217

#ee50bf color RGB value is (238,80,191).

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

The process color (four color CMYK) of #ee50bf color hex is 0.00, 0.66, 0.20, 0.07. Web safe color of #ee50bf is #ff66cc. Color #ee50bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01010000 10111111
Octal 356 120 277
Decimal 238 80 191
Hex EE 50 BF

RGB Percentages of Color #ee50bf

%46.76
%15.72
%37.52

CMYK Percentages of Color #ee50bf

%0
%66
%20
%7

Triadic Colors of #ee50bf

#ee50bf #bfee50 #50bfee

Analogous Colors of #ee50bf

#ee50bf #ee5070 #ce50ee

Monochromatic Colors of #ee50bf

#ee50bf

Complementary Color

#ee50bf #50ee7f

#ee50bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee50bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee50bf Color CSS Codes

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

#ee50bf Text Font Color

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

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


#ee50bf Background Color

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

This div background color is #ee50bf


#ee50bf Border Color

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

This div border color is #ee50bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee50bf


Comments

No comments written yet.

Please login to write comment.