Color Hex Logo

#e13344 Color Hex

#E13344
(225,51,68)
0 Favorites   0 Comments

Color spaces of #e13344

RGB 2255168
HSL0.980.740.54
HSV354°77°88°
CMYK 0.000.770.70   0.12
XYZ33.278618.79267.3422
Yxy18.79260.56010.3163
Hunter Lab43.350461.164920.3034
CIE-Lab50.443766.012733.1529

#e13344 color RGB value is (225,51,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110011 01000100
Octal 341 63 104
Decimal 225 51 68
Hex E1 33 44

RGB Percentages of Color #e13344

%65.41
%14.83
%19.77

CMYK Percentages of Color #e13344

%0
%77
%70
%12

Triadic Colors of #e13344

#e13344 #44e133 #3344e1

Analogous Colors of #e13344

#e13344 #e17933 #e1339b

Monochromatic Colors of #e13344

#e13344

Complementary Color

#e13344 #33e1d0

#e13344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13344 Color CSS Codes

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

#e13344 Text Font Color

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

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


#e13344 Background Color

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

This div background color is #e13344


#e13344 Border Color

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

This div border color is #e13344


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13344


Comments

No comments written yet.

Please login to write comment.