Color Hex Logo

#e76945 Color Hex

#E76945
(231,105,69)
0 Favorites   0 Comments

Color spaces of #e76945

RGB 23110569
HSL0.040.770.59
HSV13°70°91°
CMYK 0.000.550.70   0.09
XYZ39.080827.52178.8827
Yxy27.52170.51770.3646
Hunter Lab52.461141.166226.6838
CIE-Lab59.454146.568643.3522

#e76945 color RGB value is (231,105,69).

#e76945 hex color red value is 231, green value is 105 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #e76945 hue: 0.04 , saturation: 0.77 and the lightness value of e76945 is 0.59.

The process color (four color CMYK) of #e76945 color hex is 0.00, 0.55, 0.70, 0.09. Web safe color of #e76945 is #ff6633. Color #e76945 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01101001 01000101
Octal 347 151 105
Decimal 231 105 69
Hex E7 69 45

RGB Percentages of Color #e76945

%57.04
%25.93
%17.04

CMYK Percentages of Color #e76945

%0
%55
%70
%9

Triadic Colors of #e76945

#e76945 #45e769 #6945e7

Analogous Colors of #e76945

#e76945 #e7ba45 #e74572

Monochromatic Colors of #e76945

#e76945

Complementary Color

#e76945 #45c3e7

#e76945 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e76945 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e76945 Color CSS Codes

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

#e76945 Text Font Color

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

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


#e76945 Background Color

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

This div background color is #e76945


#e76945 Border Color

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

This div border color is #e76945


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e76945


Comments

No comments written yet.

Please login to write comment.