Color Hex Logo

#e95cdb Color Hex

#E95CDB
(233,92,219)
0 Favorites   0 Comments

Color spaces of #e95cdb

RGB 23392219
HSL0.850.760.64
HSV306°61°91°
CMYK 0.000.610.06   0.09
XYZ50.217630.092470.1795
Yxy30.09240.33370.2000
Hunter Lab54.856567.4062-37.4518
CIE-Lab61.733969.1522-38.7375

#e95cdb color RGB value is (233,92,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01011100 11011011
Octal 351 134 333
Decimal 233 92 219
Hex E9 5C DB

RGB Percentages of Color #e95cdb

%42.83
%16.91
%40.26

CMYK Percentages of Color #e95cdb

%0
%61
%6
%9

Triadic Colors of #e95cdb

#e95cdb #dbe95c #5cdbe9

Analogous Colors of #e95cdb

#e95cdb #e95c95 #b15ce9

Monochromatic Colors of #e95cdb

#e95cdb

Complementary Color

#e95cdb #5ce96a

#e95cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e95cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e95cdb Color CSS Codes

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

#e95cdb Text Font Color

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

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


#e95cdb Background Color

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

This div background color is #e95cdb


#e95cdb Border Color

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

This div border color is #e95cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e95cdb


Comments

No comments written yet.

Please login to write comment.