Color Hex Logo

#e75003 Color Hex

#E75003
(231,80,3)
0 Favorites   0 Comments

Color spaces of #e75003

RGB 231803
HSL0.060.970.46
HSV20°99°91°
CMYK 0.000.650.99   0.09
XYZ35.840122.73282.5850
Yxy22.73280.58600.3717
Hunter Lab47.678950.739830.1607
CIE-Lab54.796056.071764.5804

#e75003 color RGB value is (231,80,3).

#e75003 hex color red value is 231, green value is 80 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #e75003 hue: 0.06 , saturation: 0.97 and the lightness value of e75003 is 0.46.

The process color (four color CMYK) of #e75003 color hex is 0.00, 0.65, 0.99, 0.09. Web safe color of #e75003 is #ff6600. Color #e75003 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01010000 00000011
Octal 347 120 3
Decimal 231 80 3
Hex E7 50 3

RGB Percentages of Color #e75003

%73.57
%25.48
%0.96

CMYK Percentages of Color #e75003

%0
%65
%99
%9

Triadic Colors of #e75003

#e75003 #03e750 #5003e7

Analogous Colors of #e75003

#e75003 #e7c203 #e70328

Monochromatic Colors of #e75003

#e75003

Complementary Color

#e75003 #039ae7

#e75003 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e75003 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e75003 Color CSS Codes

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

#e75003 Text Font Color

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

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


#e75003 Background Color

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

This div background color is #e75003


#e75003 Border Color

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

This div border color is #e75003


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e75003


Comments

No comments written yet.

Please login to write comment.