Color Hex Logo

#e949cd Color Hex

#E949CD
(233,73,205)
0 Favorites   0 Comments

Color spaces of #e949cd

RGB 23373205
HSL0.860.780.60
HSV311°69°91°
CMYK 0.000.690.12   0.09
XYZ47.006326.496560.3944
Yxy26.49650.35110.1979
Hunter Lab51.474872.9239-33.5316
CIE-Lab58.505474.2616-35.8695

#e949cd color RGB value is (233,73,205).

#e949cd hex color red value is 233, green value is 73 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e949cd hue: 0.86 , saturation: 0.78 and the lightness value of e949cd is 0.60.

The process color (four color CMYK) of #e949cd color hex is 0.00, 0.69, 0.12, 0.09. Web safe color of #e949cd is #ff33cc. Color #e949cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01001001 11001101
Octal 351 111 315
Decimal 233 73 205
Hex E9 49 CD

RGB Percentages of Color #e949cd

%45.60
%14.29
%40.12

CMYK Percentages of Color #e949cd

%0
%69
%12
%9

Triadic Colors of #e949cd

#e949cd #cde949 #49cde9

Analogous Colors of #e949cd

#e949cd #e9497d #b549e9

Monochromatic Colors of #e949cd

#e949cd

Complementary Color

#e949cd #49e965

#e949cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e949cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e949cd Color CSS Codes

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

#e949cd Text Font Color

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

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


#e949cd Background Color

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

This div background color is #e949cd


#e949cd Border Color

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

This div border color is #e949cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e949cd


Comments

No comments written yet.

Please login to write comment.