Color Hex Logo

#e14033 Color Hex

#E14033
(225,64,51)
0 Favorites   0 Comments

Color spaces of #e14033

RGB 2256451
HSL0.010.740.54
HSV77°88°
CMYK 0.000.720.77   0.12
XYZ33.482319.91345.2109
Yxy19.91340.57130.3398
Hunter Lab44.624455.838124.3137
CIE-Lab51.739261.146344.1787

#e14033 color RGB value is (225,64,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000000 00110011
Octal 341 100 63
Decimal 225 64 51
Hex E1 40 33

RGB Percentages of Color #e14033

%66.18
%18.82
%15.00

CMYK Percentages of Color #e14033

%0
%72
%77
%12

Triadic Colors of #e14033

#e14033 #33e140 #4033e1

Analogous Colors of #e14033

#e14033 #e19733 #e1337d

Monochromatic Colors of #e14033

#e14033

Complementary Color

#e14033 #33d4e1

#e14033 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14033 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14033 Color CSS Codes

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

#e14033 Text Font Color

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

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


#e14033 Background Color

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

This div background color is #e14033


#e14033 Border Color

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

This div border color is #e14033


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14033


Comments

No comments written yet.

Please login to write comment.