Color Hex Logo

#e13ecc Color Hex

#E13ECC
(225,62,204)
0 Favorites   0 Comments

Color spaces of #e13ecc

RGB 22562204
HSL0.850.730.56
HSV308°72°88°
CMYK 0.000.720.09   0.12
XYZ43.673023.812459.4212
Yxy23.81240.34410.1876
Hunter Lab48.798074.3568-38.0388
CIE-Lab55.899575.9175-39.4749

#e13ecc color RGB value is (225,62,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111110 11001100
Octal 341 76 314
Decimal 225 62 204
Hex E1 3E CC

RGB Percentages of Color #e13ecc

%45.82
%12.63
%41.55

CMYK Percentages of Color #e13ecc

%0
%72
%9
%12

Triadic Colors of #e13ecc

#e13ecc #cce13e #3ecce1

Analogous Colors of #e13ecc

#e13ecc #e13e7b #a53ee1

Monochromatic Colors of #e13ecc

#e13ecc

Complementary Color

#e13ecc #3ee153

#e13ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13ecc Color CSS Codes

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

#e13ecc Text Font Color

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

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


#e13ecc Background Color

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

This div background color is #e13ecc


#e13ecc Border Color

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

This div border color is #e13ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13ecc


Comments

No comments written yet.

Please login to write comment.