Color Hex Logo

#e13c9d Color Hex

#E13C9D
(225,60,157)
0 Favorites   0 Comments

Color spaces of #e13c9d

RGB 22560157
HSL0.900.730.56
HSV325°73°88°
CMYK 0.000.730.30   0.12
XYZ38.753021.673634.0392
Yxy21.67360.41020.2294
Hunter Lab46.554967.1149-10.7622
CIE-Lab53.679070.4192-15.6024

#e13c9d color RGB value is (225,60,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111100 10011101
Octal 341 74 235
Decimal 225 60 157
Hex E1 3C 9D

RGB Percentages of Color #e13c9d

%50.90
%13.57
%35.52

CMYK Percentages of Color #e13c9d

%0
%73
%30
%12

Triadic Colors of #e13c9d

#e13c9d #9de13c #3c9de1

Analogous Colors of #e13c9d

#e13c9d #e13c4b #d33ce1

Monochromatic Colors of #e13c9d

#e13c9d

Complementary Color

#e13c9d #3ce180

#e13c9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13c9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13c9d Color CSS Codes

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

#e13c9d Text Font Color

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

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


#e13c9d Background Color

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

This div background color is #e13c9d


#e13c9d Border Color

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

This div border color is #e13c9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13c9d


Comments

No comments written yet.

Please login to write comment.