Color Hex Logo

#ee93bb Color Hex

#EE93BB
(238,147,187)
0 Favorites   0 Comments

Color spaces of #ee93bb

RGB 238147187
HSL0.930.730.75
HSV334°38°93°
CMYK 0.000.380.21   0.07
XYZ54.663342.632452.3615
Yxy42.63240.36530.2849
Hunter Lab65.293535.1755-1.8416
CIE-Lab71.304839.4908-6.1667

#ee93bb color RGB value is (238,147,187).

#ee93bb hex color red value is 238, green value is 147 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ee93bb hue: 0.93 , saturation: 0.73 and the lightness value of ee93bb is 0.75.

The process color (four color CMYK) of #ee93bb color hex is 0.00, 0.38, 0.21, 0.07. Web safe color of #ee93bb is #ff99cc. Color #ee93bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10010011 10111011
Octal 356 223 273
Decimal 238 147 187
Hex EE 93 BB

RGB Percentages of Color #ee93bb

%41.61
%25.70
%32.69

CMYK Percentages of Color #ee93bb

%0
%38
%21
%7

Triadic Colors of #ee93bb

#ee93bb #bbee93 #93bbee

Analogous Colors of #ee93bb

#ee93bb #ee9993 #ee93e9

Monochromatic Colors of #ee93bb

#ee93bb

Complementary Color

#ee93bb #93eec6

#ee93bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee93bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee93bb Color CSS Codes

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

#ee93bb Text Font Color

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

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


#ee93bb Background Color

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

This div background color is #ee93bb


#ee93bb Border Color

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

This div border color is #ee93bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee93bb


Comments

No comments written yet.

Please login to write comment.