Color Hex Logo

#e113cc Color Hex

#E113CC
(225,19,204)
0 Favorites   0 Comments

Color spaces of #e113cc

RGB 22519204
HSL0.850.840.48
HSV306°92°88°
CMYK 0.000.920.09   0.12
XYZ42.183320.832958.9246
Yxy20.83290.34590.1708
Hunter Lab45.643185.0942-44.5925
CIE-Lab52.766184.9855-44.4207

#e113cc color RGB value is (225,19,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010011 11001100
Octal 341 23 314
Decimal 225 19 204
Hex E1 13 CC

RGB Percentages of Color #e113cc

%50.22
%4.24
%45.54

CMYK Percentages of Color #e113cc

%0
%92
%9
%12

Triadic Colors of #e113cc

#e113cc #cce113 #13cce1

Analogous Colors of #e113cc

#e113cc #e11365 #8f13e1

Monochromatic Colors of #e113cc

#e113cc

Complementary Color

#e113cc #13e128

#e113cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e113cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e113cc Color CSS Codes

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

#e113cc Text Font Color

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

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


#e113cc Background Color

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

This div background color is #e113cc


#e113cc Border Color

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

This div border color is #e113cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,19,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e113cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e113cc


Comments

No comments written yet.

Please login to write comment.