Color Hex Logo

#e13cac Color Hex

#E13CAC
(225,60,172)
0 Favorites   0 Comments

Color spaces of #e13cac

RGB 22560172
HSL0.890.730.56
HSV319°73°88°
CMYK 0.000.730.24   0.12
XYZ40.113622.217841.2040
Yxy22.21780.38740.2146
Hunter Lab47.135869.4200-18.8337
CIE-Lab54.257372.2154-23.5293

#e13cac color RGB value is (225,60,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111100 10101100
Octal 341 74 254
Decimal 225 60 172
Hex E1 3C AC

RGB Percentages of Color #e13cac

%49.23
%13.13
%37.64

CMYK Percentages of Color #e13cac

%0
%73
%24
%12

Triadic Colors of #e13cac

#e13cac #ace13c #3cace1

Analogous Colors of #e13cac

#e13cac #e13c5a #c43ce1

Monochromatic Colors of #e13cac

#e13cac

Complementary Color

#e13cac #3ce171

#e13cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13cac Color CSS Codes

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

#e13cac Text Font Color

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

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


#e13cac Background Color

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

This div background color is #e13cac


#e13cac Border Color

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

This div border color is #e13cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13cac


Comments

No comments written yet.

Please login to write comment.