Color Hex Logo

#e13c78 Color Hex

#E13C78
(225,60,120)
0 Favorites   0 Comments

Color spaces of #e13c78

RGB 22560120
HSL0.940.730.56
HSV338°73°88°
CMYK 0.000.730.47   0.12
XYZ36.057420.595319.8442
Yxy20.59530.47140.2692
Hunter Lab45.382062.40505.8417
CIE-Lab52.503766.68114.7164

#e13c78 color RGB value is (225,60,120).

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

The process color (four color CMYK) of #e13c78 color hex is 0.00, 0.73, 0.47, 0.12. Web safe color of #e13c78 is #cc3366. Color #e13c78 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111100 01111000
Octal 341 74 170
Decimal 225 60 120
Hex E1 3C 78

RGB Percentages of Color #e13c78

%55.56
%14.81
%29.63

CMYK Percentages of Color #e13c78

%0
%73
%47
%12

Triadic Colors of #e13c78

#e13c78 #78e13c #3c78e1

Analogous Colors of #e13c78

#e13c78 #e1533c #e13ccb

Monochromatic Colors of #e13c78

#e13c78

Complementary Color

#e13c78 #3ce1a5

#e13c78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13c78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13c78 Color CSS Codes

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

#e13c78 Text Font Color

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

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


#e13c78 Background Color

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

This div background color is #e13c78


#e13c78 Border Color

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

This div border color is #e13c78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13c78


Comments

No comments written yet.

Please login to write comment.