Color Hex Logo

#e96cdb Color Hex

#E96CDB
(233,108,219)
0 Favorites   0 Comments

Color spaces of #e96cdb

RGB 233108219
HSL0.850.740.67
HSV307°54°91°
CMYK 0.000.540.06   0.09
XYZ51.753033.163270.6913
Yxy33.16320.33260.2131
Hunter Lab57.587559.6371-32.4699
CIE-Lab64.292862.2005-34.7444

#e96cdb color RGB value is (233,108,219).

#e96cdb hex color red value is 233, green value is 108 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e96cdb hue: 0.85 , saturation: 0.74 and the lightness value of e96cdb is 0.67.

The process color (four color CMYK) of #e96cdb color hex is 0.00, 0.54, 0.06, 0.09. Web safe color of #e96cdb is #ff66cc. Color #e96cdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01101100 11011011
Octal 351 154 333
Decimal 233 108 219
Hex E9 6C DB

RGB Percentages of Color #e96cdb

%41.61
%19.29
%39.11

CMYK Percentages of Color #e96cdb

%0
%54
%6
%9

Triadic Colors of #e96cdb

#e96cdb #dbe96c #6cdbe9

Analogous Colors of #e96cdb

#e96cdb #e96c9d #b96ce9

Monochromatic Colors of #e96cdb

#e96cdb

Complementary Color

#e96cdb #6ce97a

#e96cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e96cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e96cdb Color CSS Codes

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

#e96cdb Text Font Color

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

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


#e96cdb Background Color

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

This div background color is #e96cdb


#e96cdb Border Color

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

This div border color is #e96cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e96cdb


Comments

No comments written yet.

Please login to write comment.