Color Hex Logo

#e99cdb Color Hex

#E99CDB
(233,156,219)
0 Favorites   0 Comments

Color spaces of #e99cdb

RGB 233156219
HSL0.860.640.76
HSV311°33°91°
CMYK 0.000.330.06   0.09
XYZ58.278946.215072.8666
Yxy46.21500.32860.2606
Hunter Lab67.981634.0557-15.9633
CIE-Lab73.684838.2045-20.3098

#e99cdb color RGB value is (233,156,219).

#e99cdb hex color red value is 233, green value is 156 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e99cdb hue: 0.86 , saturation: 0.64 and the lightness value of e99cdb is 0.76.

The process color (four color CMYK) of #e99cdb color hex is 0.00, 0.33, 0.06, 0.09. Web safe color of #e99cdb is #ff99cc. Color #e99cdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10011100 11011011
Octal 351 234 333
Decimal 233 156 219
Hex E9 9C DB

RGB Percentages of Color #e99cdb

%38.32
%25.66
%36.02

CMYK Percentages of Color #e99cdb

%0
%33
%6
%9

Triadic Colors of #e99cdb

#e99cdb #dbe99c #9cdbe9

Analogous Colors of #e99cdb

#e99cdb #e99cb5 #d19ce9

Monochromatic Colors of #e99cdb

#e99cdb

Complementary Color

#e99cdb #9ce9aa

#e99cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e99cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e99cdb Color CSS Codes

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

#e99cdb Text Font Color

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

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


#e99cdb Background Color

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

This div background color is #e99cdb


#e99cdb Border Color

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

This div border color is #e99cdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,156,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e99cdb


Comments

No comments written yet.

Please login to write comment.