Color Hex Logo

#e73001 Color Hex

#E73001
(231,48,1)
0 Favorites   0 Comments

Color spaces of #e73001

RGB 231481
HSL0.030.990.45
HSV12°100°91°
CMYK 0.000.791.00   0.09
XYZ34.017419.10501.9234
Yxy19.10500.61800.3471
Hunter Lab43.709362.429127.9875
CIE-Lab50.809867.023363.1019

#e73001 color RGB value is (231,48,1).

#e73001 hex color red value is 231, green value is 48 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #e73001 hue: 0.03 , saturation: 0.99 and the lightness value of e73001 is 0.45.

The process color (four color CMYK) of #e73001 color hex is 0.00, 0.79, 1.00, 0.09. Web safe color of #e73001 is #ff3300. Color #e73001 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00110000 00000001
Octal 347 60 1
Decimal 231 48 1
Hex E7 30 1

RGB Percentages of Color #e73001

%82.50
%17.14
%0.36

CMYK Percentages of Color #e73001

%0
%79
%100
%9

Triadic Colors of #e73001

#e73001 #01e730 #3001e7

Analogous Colors of #e73001

#e73001 #e7a301 #e70145

Monochromatic Colors of #e73001

#e73001

Complementary Color

#e73001 #01b8e7

#e73001 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e73001 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e73001 Color CSS Codes

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

#e73001 Text Font Color

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

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


#e73001 Background Color

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

This div background color is #e73001


#e73001 Border Color

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

This div border color is #e73001


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e73001


Comments

No comments written yet.

Please login to write comment.