Color Hex Logo

#e14304 Color Hex

#E14304
(225,67,4)
0 Favorites   0 Comments

Color spaces of #e14304

RGB 225674
HSL0.050.970.45
HSV17°98°88°
CMYK 0.000.700.98   0.12
XYZ33.080420.03062.2376
Yxy20.03060.59770.3619
Hunter Lab44.755653.613428.3646
CIE-Lab51.871859.156062.2384

#e14304 color RGB value is (225,67,4).

#e14304 hex color red value is 225, green value is 67 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #e14304 hue: 0.05 , saturation: 0.97 and the lightness value of e14304 is 0.45.

The process color (four color CMYK) of #e14304 color hex is 0.00, 0.70, 0.98, 0.12. Web safe color of #e14304 is #cc3300. Color #e14304 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000011 00000100
Octal 341 103 4
Decimal 225 67 4
Hex E1 43 4

RGB Percentages of Color #e14304

%76.01
%22.64
%1.35

CMYK Percentages of Color #e14304

%0
%70
%98
%12

Triadic Colors of #e14304

#e14304 #04e143 #4304e1

Analogous Colors of #e14304

#e14304 #e1b204 #e10433

Monochromatic Colors of #e14304

#e14304

Complementary Color

#e14304 #04a2e1

#e14304 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14304 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14304 Color CSS Codes

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

#e14304 Text Font Color

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

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


#e14304 Background Color

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

This div background color is #e14304


#e14304 Border Color

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

This div border color is #e14304


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14304


Comments

No comments written yet.

Please login to write comment.