Color Hex Logo

#e13cad Color Hex

#E13CAD
(225,60,173)
0 Favorites   0 Comments

Color spaces of #e13cad

RGB 22560173
HSL0.890.730.56
HSV319°73°88°
CMYK 0.000.730.23   0.12
XYZ40.210022.256441.7118
Yxy22.25640.38600.2136
Hunter Lab47.176769.5813-19.3982
CIE-Lab54.298072.3404-24.0511

#e13cad color RGB value is (225,60,173).

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

The process color (four color CMYK) of #e13cad color hex is 0.00, 0.73, 0.23, 0.12. Web safe color of #e13cad is #cc3399. Color #e13cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111100 10101101
Octal 341 74 255
Decimal 225 60 173
Hex E1 3C AD

RGB Percentages of Color #e13cad

%49.13
%13.10
%37.77

CMYK Percentages of Color #e13cad

%0
%73
%23
%12

Triadic Colors of #e13cad

#e13cad #ade13c #3cade1

Analogous Colors of #e13cad

#e13cad #e13c5a #c33ce1

Monochromatic Colors of #e13cad

#e13cad

Complementary Color

#e13cad #3ce170

#e13cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13cad Color CSS Codes

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

#e13cad Text Font Color

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

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


#e13cad Background Color

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

This div background color is #e13cad


#e13cad Border Color

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

This div border color is #e13cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13cad


Comments

No comments written yet.

Please login to write comment.