Color Hex Logo

#e1379c Color Hex

#E1379C
(225,55,156)
0 Favorites   0 Comments

Color spaces of #e1379c

RGB 22555156
HSL0.900.740.55
HSV324°76°88°
CMYK 0.000.760.31   0.12
XYZ38.418321.140233.5081
Yxy21.14020.41280.2272
Hunter Lab45.978568.6872-11.0243
CIE-Lab53.102671.8330-15.8864

#e1379c color RGB value is (225,55,156).

#e1379c hex color red value is 225, green value is 55 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #e1379c hue: 0.90 , saturation: 0.74 and the lightness value of e1379c is 0.55.

The process color (four color CMYK) of #e1379c color hex is 0.00, 0.76, 0.31, 0.12. Web safe color of #e1379c is #cc3399. Color #e1379c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110111 10011100
Octal 341 67 234
Decimal 225 55 156
Hex E1 37 9C

RGB Percentages of Color #e1379c

%51.61
%12.61
%35.78

CMYK Percentages of Color #e1379c

%0
%76
%31
%12

Triadic Colors of #e1379c

#e1379c #9ce137 #379ce1

Analogous Colors of #e1379c

#e1379c #e13747 #d137e1

Monochromatic Colors of #e1379c

#e1379c

Complementary Color

#e1379c #37e17c

#e1379c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1379c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1379c Color CSS Codes

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

#e1379c Text Font Color

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

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


#e1379c Background Color

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

This div background color is #e1379c


#e1379c Border Color

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

This div border color is #e1379c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1379c


Comments

No comments written yet.

Please login to write comment.