Color Hex Logo

#e149cd Color Hex

#E149CD
(225,73,205)
0 Favorites   0 Comments

Color spaces of #e149cd

RGB 22573205
HSL0.860.720.58
HSV308°68°88°
CMYK 0.000.680.09   0.12
XYZ44.453325.180460.2750
Yxy25.18040.34220.1938
Hunter Lab50.180170.3136-36.0916
CIE-Lab57.250872.3772-37.9242

#e149cd color RGB value is (225,73,205).

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

The process color (four color CMYK) of #e149cd color hex is 0.00, 0.68, 0.09, 0.12. Web safe color of #e149cd is #cc33cc. Color #e149cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001001 11001101
Octal 341 111 315
Decimal 225 73 205
Hex E1 49 CD

RGB Percentages of Color #e149cd

%44.73
%14.51
%40.76

CMYK Percentages of Color #e149cd

%0
%68
%9
%12

Triadic Colors of #e149cd

#e149cd #cde149 #49cde1

Analogous Colors of #e149cd

#e149cd #e14981 #a949e1

Monochromatic Colors of #e149cd

#e149cd

Complementary Color

#e149cd #49e15d

#e149cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e149cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e149cd Color CSS Codes

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

#e149cd Text Font Color

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

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


#e149cd Background Color

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

This div background color is #e149cd


#e149cd Border Color

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

This div border color is #e149cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e149cd


Comments

No comments written yet.

Please login to write comment.