Color Hex Logo

#e95bdb Color Hex

#E95BDB
(233,91,219)
0 Favorites   0 Comments

Color spaces of #e95bdb

RGB 23391219
HSL0.850.760.64
HSV306°61°91°
CMYK 0.000.610.06   0.09
XYZ50.131529.920370.1508
Yxy29.92030.33380.1992
Hunter Lab54.699567.8694-37.7485
CIE-Lab61.585469.5610-38.9699

#e95bdb color RGB value is (233,91,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01011011 11011011
Octal 351 133 333
Decimal 233 91 219
Hex E9 5B DB

RGB Percentages of Color #e95bdb

%42.91
%16.76
%40.33

CMYK Percentages of Color #e95bdb

%0
%61
%6
%9

Triadic Colors of #e95bdb

#e95bdb #dbe95b #5bdbe9

Analogous Colors of #e95bdb

#e95bdb #e95b94 #b05be9

Monochromatic Colors of #e95bdb

#e95bdb

Complementary Color

#e95bdb #5be969

#e95bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e95bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e95bdb Color CSS Codes

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

#e95bdb Text Font Color

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

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


#e95bdb Background Color

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

This div background color is #e95bdb


#e95bdb Border Color

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

This div border color is #e95bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e95bdb


Comments

No comments written yet.

Please login to write comment.