Color Hex Logo

#e13550 Color Hex

#E13550
(225,53,80)
0 Favorites   0 Comments

Color spaces of #e13550

RGB 2255380
HSL0.970.740.55
HSV351°76°88°
CMYK 0.000.760.64   0.12
XYZ33.772419.13299.5024
Yxy19.13290.54120.3066
Hunter Lab43.741261.272217.7386
CIE-Lab50.842366.028826.5323

#e13550 color RGB value is (225,53,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110101 01010000
Octal 341 65 120
Decimal 225 53 80
Hex E1 35 50

RGB Percentages of Color #e13550

%62.85
%14.80
%22.35

CMYK Percentages of Color #e13550

%0
%76
%64
%12

Triadic Colors of #e13550

#e13550 #50e135 #3550e1

Analogous Colors of #e13550

#e13550 #e17035 #e135a6

Monochromatic Colors of #e13550

#e13550

Complementary Color

#e13550 #35e1c6

#e13550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13550 Color CSS Codes

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

#e13550 Text Font Color

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

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


#e13550 Background Color

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

This div background color is #e13550


#e13550 Border Color

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

This div border color is #e13550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13550


Comments

No comments written yet.

Please login to write comment.