Color Hex Logo

#e13443 Color Hex

#E13443
(225,52,67)
0 Favorites   0 Comments

Color spaces of #e13443

RGB 2255267
HSL0.990.740.54
HSV355°77°88°
CMYK 0.000.770.70   0.12
XYZ33.292418.86887.1975
Yxy18.86880.56090.3179
Hunter Lab43.438260.791020.5827
CIE-Lab50.533465.674833.8458

#e13443 color RGB value is (225,52,67).

#e13443 hex color red value is 225, green value is 52 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #e13443 hue: 0.99 , saturation: 0.74 and the lightness value of e13443 is 0.54.

The process color (four color CMYK) of #e13443 color hex is 0.00, 0.77, 0.70, 0.12. Web safe color of #e13443 is #cc3333. Color #e13443 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110100 01000011
Octal 341 64 103
Decimal 225 52 67
Hex E1 34 43

RGB Percentages of Color #e13443

%65.41
%15.12
%19.48

CMYK Percentages of Color #e13443

%0
%77
%70
%12

Triadic Colors of #e13443

#e13443 #43e134 #3443e1

Analogous Colors of #e13443

#e13443 #e17c34 #e1349a

Monochromatic Colors of #e13443

#e13443

Complementary Color

#e13443 #34e1d2

#e13443 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13443 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13443 Color CSS Codes

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

#e13443 Text Font Color

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

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


#e13443 Background Color

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

This div background color is #e13443


#e13443 Border Color

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

This div border color is #e13443


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13443


Comments

No comments written yet.

Please login to write comment.