Color Hex Logo

#e13ecd Color Hex

#E13ECD
(225,62,205)
0 Favorites   0 Comments

Color spaces of #e13ecd

RGB 22562205
HSL0.850.730.56
HSV307°72°88°
CMYK 0.000.720.09   0.12
XYZ43.793423.860660.0550
Yxy23.86060.34290.1868
Hunter Lab48.847374.5490-38.7006
CIE-Lab55.948076.0628-39.9704

#e13ecd color RGB value is (225,62,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111110 11001101
Octal 341 76 315
Decimal 225 62 205
Hex E1 3E CD

RGB Percentages of Color #e13ecd

%45.73
%12.60
%41.67

CMYK Percentages of Color #e13ecd

%0
%72
%9
%12

Triadic Colors of #e13ecd

#e13ecd #cde13e #3ecde1

Analogous Colors of #e13ecd

#e13ecd #e13e7c #a43ee1

Monochromatic Colors of #e13ecd

#e13ecd

Complementary Color

#e13ecd #3ee152

#e13ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13ecd Color CSS Codes

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

#e13ecd Text Font Color

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

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


#e13ecd Background Color

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

This div background color is #e13ecd


#e13ecd Border Color

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

This div border color is #e13ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13ecd


Comments

No comments written yet.

Please login to write comment.