Color Hex Logo

#ee5bbf Color Hex

#EE5BBF
(238,91,191)
0 Favorites   0 Comments

Color spaces of #ee5bbf

RGB 23891191
HSL0.890.810.65
HSV319°62°93°
CMYK 0.000.620.20   0.07
XYZ48.405029.420952.4178
Yxy29.42090.37160.2259
Hunter Lab54.241064.3726-19.3283
CIE-Lab61.151366.7402-23.7288

#ee5bbf color RGB value is (238,91,191).

#ee5bbf hex color red value is 238, green value is 91 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ee5bbf hue: 0.89 , saturation: 0.81 and the lightness value of ee5bbf is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01011011 10111111
Octal 356 133 277
Decimal 238 91 191
Hex EE 5B BF

RGB Percentages of Color #ee5bbf

%45.77
%17.50
%36.73

CMYK Percentages of Color #ee5bbf

%0
%62
%20
%7

Triadic Colors of #ee5bbf

#ee5bbf #bfee5b #5bbfee

Analogous Colors of #ee5bbf

#ee5bbf #ee5b76 #d45bee

Monochromatic Colors of #ee5bbf

#ee5bbf

Complementary Color

#ee5bbf #5bee8a

#ee5bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee5bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee5bbf Color CSS Codes

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

#ee5bbf Text Font Color

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

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


#ee5bbf Background Color

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

This div background color is #ee5bbf


#ee5bbf Border Color

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

This div border color is #ee5bbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,91,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 #ee5bbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee5bbf


Comments

No comments written yet.

Please login to write comment.