Color Hex Logo

#e13734 Color Hex

#E13734
(225,55,52)
0 Favorites   0 Comments

Color spaces of #e13734

RGB 2255552
HSL0.000.740.54
HSV77°88°
CMYK 0.000.760.77   0.12
XYZ33.037418.98795.1726
Yxy18.98790.57760.3320
Hunter Lab43.575159.077223.4645
CIE-Lab50.673064.170542.5189

#e13734 color RGB value is (225,55,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110111 00110100
Octal 341 67 64
Decimal 225 55 52
Hex E1 37 34

RGB Percentages of Color #e13734

%67.77
%16.57
%15.66

CMYK Percentages of Color #e13734

%0
%76
%77
%12

Triadic Colors of #e13734

#e13734 #34e137 #3734e1

Analogous Colors of #e13734

#e13734 #e18e34 #e13488

Monochromatic Colors of #e13734

#e13734

Complementary Color

#e13734 #34dee1

#e13734 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13734 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13734 Color CSS Codes

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

#e13734 Text Font Color

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

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


#e13734 Background Color

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

This div background color is #e13734


#e13734 Border Color

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

This div border color is #e13734


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13734


Comments

No comments written yet.

Please login to write comment.