Color Hex Logo

#e181cd Color Hex

#E181CD
(225,129,205)
0 Favorites   0 Comments

Color spaces of #e181cd

RGB 225129205
HSL0.870.620.69
HSV313°43°88°
CMYK 0.000.430.09   0.12
XYZ49.921036.115862.0975
Yxy36.11580.33700.2438
Hunter Lab60.096443.1079-19.1967
CIE-Lab66.608347.3443-23.4292

#e181cd color RGB value is (225,129,205).

#e181cd hex color red value is 225, green value is 129 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e181cd hue: 0.87 , saturation: 0.62 and the lightness value of e181cd is 0.69.

The process color (four color CMYK) of #e181cd color hex is 0.00, 0.43, 0.09, 0.12. Web safe color of #e181cd is #cc99cc. Color #e181cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000001 11001101
Octal 341 201 315
Decimal 225 129 205
Hex E1 81 CD

RGB Percentages of Color #e181cd

%40.25
%23.08
%36.67

CMYK Percentages of Color #e181cd

%0
%43
%9
%12

Triadic Colors of #e181cd

#e181cd #cde181 #81cde1

Analogous Colors of #e181cd

#e181cd #e1819d #c581e1

Monochromatic Colors of #e181cd

#e181cd

Complementary Color

#e181cd #81e195

#e181cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e181cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e181cd Color CSS Codes

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

#e181cd Text Font Color

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

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


#e181cd Background Color

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

This div background color is #e181cd


#e181cd Border Color

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

This div border color is #e181cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e181cd


Comments

No comments written yet.

Please login to write comment.