Color Hex Logo

#e95ecd Color Hex

#E95ECD
(233,94,205)
1 Favorites   0 Comments

Color spaces of #e95ecd

RGB 23394205
HSL0.870.760.64
HSV312°60°91°
CMYK 0.000.600.12   0.09
XYZ48.626429.736860.9345
Yxy29.73680.34910.2135
Hunter Lab54.531563.7407-28.0798
CIE-Lab61.426566.1620-31.3215

#e95ecd color RGB value is (233,94,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01011110 11001101
Octal 351 136 315
Decimal 233 94 205
Hex E9 5E CD

RGB Percentages of Color #e95ecd

%43.80
%17.67
%38.53

CMYK Percentages of Color #e95ecd

%0
%60
%12
%9

Triadic Colors of #e95ecd

#e95ecd #cde95e #5ecde9

Analogous Colors of #e95ecd

#e95ecd #e95e88 #c05ee9

Monochromatic Colors of #e95ecd

#e95ecd

Complementary Color

#e95ecd #5ee97a

#e95ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e95ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e95ecd Color CSS Codes

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

#e95ecd Text Font Color

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

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


#e95ecd Background Color

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

This div background color is #e95ecd


#e95ecd Border Color

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

This div border color is #e95ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e95ecd


Comments

No comments written yet.

Please login to write comment.