Color Hex Logo

#e13779 Color Hex

#E13779
(225,55,121)
0 Favorites   0 Comments

Color spaces of #e13779

RGB 22555121
HSL0.940.740.55
HSV337°76°88°
CMYK 0.000.760.46   0.12
XYZ35.868720.120420.0823
Yxy20.12040.47150.2645
Hunter Lab44.855864.23914.8544
CIE-Lab51.973168.33583.3498

#e13779 color RGB value is (225,55,121).

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

The process color (four color CMYK) of #e13779 color hex is 0.00, 0.76, 0.46, 0.12. Web safe color of #e13779 is #cc3366. Color #e13779 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110111 01111001
Octal 341 67 171
Decimal 225 55 121
Hex E1 37 79

RGB Percentages of Color #e13779

%56.11
%13.72
%30.17

CMYK Percentages of Color #e13779

%0
%76
%46
%12

Triadic Colors of #e13779

#e13779 #79e137 #3779e1

Analogous Colors of #e13779

#e13779 #e14a37 #e137ce

Monochromatic Colors of #e13779

#e13779

Complementary Color

#e13779 #37e19f

#e13779 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13779 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13779 Color CSS Codes

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

#e13779 Text Font Color

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

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


#e13779 Background Color

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

This div background color is #e13779


#e13779 Border Color

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

This div border color is #e13779


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13779


Comments

No comments written yet.

Please login to write comment.