Color Hex Logo

#e14935 Color Hex

#E14935
(225,73,53)
0 Favorites   0 Comments

Color spaces of #e14935

RGB 2257353
HSL0.020.740.55
HSV76°88°
CMYK 0.000.680.76   0.12
XYZ34.076521.02975.6313
Yxy21.02970.56100.3462
Hunter Lab45.858252.388924.8200
CIE-Lab52.982057.866044.4190

#e14935 color RGB value is (225,73,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001001 00110101
Octal 341 111 65
Decimal 225 73 53
Hex E1 49 35

RGB Percentages of Color #e14935

%64.10
%20.80
%15.10

CMYK Percentages of Color #e14935

%0
%68
%76
%12

Triadic Colors of #e14935

#e14935 #35e149 #4935e1

Analogous Colors of #e14935

#e14935 #e19f35 #e13577

Monochromatic Colors of #e14935

#e14935

Complementary Color

#e14935 #35cde1

#e14935 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14935 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14935 Color CSS Codes

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

#e14935 Text Font Color

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

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


#e14935 Background Color

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

This div background color is #e14935


#e14935 Border Color

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

This div border color is #e14935


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14935


Comments

No comments written yet.

Please login to write comment.