Color Hex Logo

#e95dbb Color Hex

#E95DBB
(233,93,187)
0 Favorites   0 Comments

Color spaces of #e95dbb

RGB 23393187
HSL0.890.760.64
HSV320°60°91°
CMYK 0.000.600.20   0.09
XYZ46.488328.740250.1109
Yxy28.74020.37090.2293
Hunter Lab53.609960.9706-17.8934
CIE-Lab60.551763.9835-22.4286

#e95dbb color RGB value is (233,93,187).

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

The process color (four color CMYK) of #e95dbb color hex is 0.00, 0.60, 0.20, 0.09. Web safe color of #e95dbb is #ff66cc. Color #e95dbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01011101 10111011
Octal 351 135 273
Decimal 233 93 187
Hex E9 5D BB

RGB Percentages of Color #e95dbb

%45.42
%18.13
%36.45

CMYK Percentages of Color #e95dbb

%0
%60
%20
%9

Triadic Colors of #e95dbb

#e95dbb #bbe95d #5dbbe9

Analogous Colors of #e95dbb

#e95dbb #e95d75 #d15de9

Monochromatic Colors of #e95dbb

#e95dbb

Complementary Color

#e95dbb #5de98b

#e95dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e95dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e95dbb Color CSS Codes

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

#e95dbb Text Font Color

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

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


#e95dbb Background Color

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

This div background color is #e95dbb


#e95dbb Border Color

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

This div border color is #e95dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e95dbb


Comments

No comments written yet.

Please login to write comment.