Color Hex Logo

#e13877 Color Hex

#E13877
(225,56,119)
0 Favorites   0 Comments

Color spaces of #e13877

RGB 22556119
HSL0.940.740.55
HSV338°75°88°
CMYK 0.000.750.47   0.12
XYZ35.795320.167819.4589
Yxy20.16780.47460.2674
Hunter Lab44.908663.68715.7456
CIE-Lab52.026467.85924.6322

#e13877 color RGB value is (225,56,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111000 01110111
Octal 341 70 167
Decimal 225 56 119
Hex E1 38 77

RGB Percentages of Color #e13877

%56.25
%14.00
%29.75

CMYK Percentages of Color #e13877

%0
%75
%47
%12

Triadic Colors of #e13877

#e13877 #77e138 #3877e1

Analogous Colors of #e13877

#e13877 #e14e38 #e138cc

Monochromatic Colors of #e13877

#e13877

Complementary Color

#e13877 #38e1a2

#e13877 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13877 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13877 Color CSS Codes

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

#e13877 Text Font Color

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

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


#e13877 Background Color

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

This div background color is #e13877


#e13877 Border Color

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

This div border color is #e13877


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13877


Comments

No comments written yet.

Please login to write comment.