Color Hex Logo

#ee88cb Color Hex

#EE88CB
(238,136,203)
0 Favorites   0 Comments

Color spaces of #ee88cb

RGB 238136203
HSL0.890.750.73
HSV321°43°93°
CMYK 0.000.430.15   0.07
XYZ54.843540.097361.3489
Yxy40.09730.35090.2566
Hunter Lab63.322443.7844-13.1164
CIE-Lab69.538847.5592-17.7075

#ee88cb color RGB value is (238,136,203).

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

The process color (four color CMYK) of #ee88cb color hex is 0.00, 0.43, 0.15, 0.07. Web safe color of #ee88cb is #ff99cc. Color #ee88cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10001000 11001011
Octal 356 210 313
Decimal 238 136 203
Hex EE 88 CB

RGB Percentages of Color #ee88cb

%41.25
%23.57
%35.18

CMYK Percentages of Color #ee88cb

%0
%43
%15
%7

Triadic Colors of #ee88cb

#ee88cb #cbee88 #88cbee

Analogous Colors of #ee88cb

#ee88cb #ee8898 #de88ee

Monochromatic Colors of #ee88cb

#ee88cb

Complementary Color

#ee88cb #88eeab

#ee88cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee88cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee88cb Color CSS Codes

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

#ee88cb Text Font Color

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

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


#ee88cb Background Color

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

This div background color is #ee88cb


#ee88cb Border Color

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

This div border color is #ee88cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee88cb


Comments

No comments written yet.

Please login to write comment.