Color Hex Logo

#e141cd Color Hex

#E141CD
(225,65,205)
0 Favorites   0 Comments

Color spaces of #e141cd

RGB 22565205
HSL0.850.730.57
HSV308°71°88°
CMYK 0.000.710.09   0.12
XYZ43.961124.195960.1109
Yxy24.19590.34270.1886
Hunter Lab49.189373.4463-38.0217
CIE-Lab56.283475.1092-39.4429

#e141cd color RGB value is (225,65,205).

#e141cd hex color red value is 225, green value is 65 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e141cd hue: 0.85 , saturation: 0.73 and the lightness value of e141cd is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000001 11001101
Octal 341 101 315
Decimal 225 65 205
Hex E1 41 CD

RGB Percentages of Color #e141cd

%45.45
%13.13
%41.41

CMYK Percentages of Color #e141cd

%0
%71
%9
%12

Triadic Colors of #e141cd

#e141cd #cde141 #41cde1

Analogous Colors of #e141cd

#e141cd #e1417d #a541e1

Monochromatic Colors of #e141cd

#e141cd

Complementary Color

#e141cd #41e155

#e141cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e141cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e141cd Color CSS Codes

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

#e141cd Text Font Color

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

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


#e141cd Background Color

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

This div background color is #e141cd


#e141cd Border Color

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

This div border color is #e141cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e141cd


Comments

No comments written yet.

Please login to write comment.