Color Hex Logo

#e113cd Color Hex

#E113CD
(225,19,205)
0 Favorites   0 Comments

Color spaces of #e113cd

RGB 22519205
HSL0.850.840.48
HSV306°92°88°
CMYK 0.000.920.09   0.12
XYZ42.303720.881159.5584
Yxy20.88110.34470.1701
Hunter Lab45.695885.2817-45.2895
CIE-Lab52.819185.1196-44.9116

#e113cd color RGB value is (225,19,205).

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

The process color (four color CMYK) of #e113cd color hex is 0.00, 0.92, 0.09, 0.12. Web safe color of #e113cd is #cc00cc. Color #e113cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010011 11001101
Octal 341 23 315
Decimal 225 19 205
Hex E1 13 CD

RGB Percentages of Color #e113cd

%50.11
%4.23
%45.66

CMYK Percentages of Color #e113cd

%0
%92
%9
%12

Triadic Colors of #e113cd

#e113cd #cde113 #13cde1

Analogous Colors of #e113cd

#e113cd #e11366 #8e13e1

Monochromatic Colors of #e113cd

#e113cd

Complementary Color

#e113cd #13e127

#e113cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e113cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e113cd Color CSS Codes

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

#e113cd Text Font Color

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

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


#e113cd Background Color

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

This div background color is #e113cd


#e113cd Border Color

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

This div border color is #e113cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e113cd


Comments

No comments written yet.

Please login to write comment.