Color Hex Logo

#e988cb Color Hex

#E988CB
(233,136,203)
0 Favorites   0 Comments

Color spaces of #e988cb

RGB 233136203
HSL0.880.690.72
HSV319°42°91°
CMYK 0.000.420.13   0.09
XYZ53.187939.243861.2714
Yxy39.24380.34600.2553
Hunter Lab62.644941.9248-14.1387
CIE-Lab68.927545.9625-18.6918

#e988cb color RGB value is (233,136,203).

#e988cb hex color red value is 233, green value is 136 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e988cb hue: 0.88 , saturation: 0.69 and the lightness value of e988cb is 0.72.

The process color (four color CMYK) of #e988cb color hex is 0.00, 0.42, 0.13, 0.09. Web safe color of #e988cb is #ff99cc. Color #e988cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10001000 11001011
Octal 351 210 313
Decimal 233 136 203
Hex E9 88 CB

RGB Percentages of Color #e988cb

%40.73
%23.78
%35.49

CMYK Percentages of Color #e988cb

%0
%42
%13
%9

Triadic Colors of #e988cb

#e988cb #cbe988 #88cbe9

Analogous Colors of #e988cb

#e988cb #e9889b #d788e9

Monochromatic Colors of #e988cb

#e988cb

Complementary Color

#e988cb #88e9a6

#e988cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e988cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e988cb Color CSS Codes

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

#e988cb Text Font Color

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

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


#e988cb Background Color

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

This div background color is #e988cb


#e988cb Border Color

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

This div border color is #e988cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e988cb


Comments

No comments written yet.

Please login to write comment.