Color Hex Logo

#e95dcd Color Hex

#E95DCD
(233,93,205)
0 Favorites   0 Comments

Color spaces of #e95dcd

RGB 23393205
HSL0.870.760.64
HSV312°60°91°
CMYK 0.000.600.12   0.09
XYZ48.538129.560160.9050
Yxy29.56010.34920.2127
Hunter Lab54.369264.2098-28.3589
CIE-Lab61.272866.5822-31.5598

#e95dcd color RGB value is (233,93,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01011101 11001101
Octal 351 135 315
Decimal 233 93 205
Hex E9 5D CD

RGB Percentages of Color #e95dcd

%43.88
%17.51
%38.61

CMYK Percentages of Color #e95dcd

%0
%60
%12
%9

Triadic Colors of #e95dcd

#e95dcd #cde95d #5dcde9

Analogous Colors of #e95dcd

#e95dcd #e95d87 #bf5de9

Monochromatic Colors of #e95dcd

#e95dcd

Complementary Color

#e95dcd #5de979

#e95dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e95dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e95dcd Color CSS Codes

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

#e95dcd Text Font Color

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

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


#e95dcd Background Color

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

This div background color is #e95dcd


#e95dcd Border Color

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

This div border color is #e95dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e95dcd


Comments

No comments written yet.

Please login to write comment.