Color Hex Logo

#e7945b Color Hex

#E7945B
(231,148,91)
0 Favorites   0 Comments

Color spaces of #e7945b

RGB 23114891
HSL0.070.740.63
HSV24°61°91°
CMYK 0.000.360.61   0.09
XYZ45.433238.924115.0160
Yxy38.92410.45720.3917
Hunter Lab62.389220.806629.4023
CIE-Lab68.696325.874342.6976

#e7945b color RGB value is (231,148,91).

#e7945b hex color red value is 231, green value is 148 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #e7945b hue: 0.07 , saturation: 0.74 and the lightness value of e7945b is 0.63.

The process color (four color CMYK) of #e7945b color hex is 0.00, 0.36, 0.61, 0.09. Web safe color of #e7945b is #ff9966. Color #e7945b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010100 01011011
Octal 347 224 133
Decimal 231 148 91
Hex E7 94 5B

RGB Percentages of Color #e7945b

%49.15
%31.49
%19.36

CMYK Percentages of Color #e7945b

%0
%36
%61
%9

Triadic Colors of #e7945b

#e7945b #5be794 #945be7

Analogous Colors of #e7945b

#e7945b #e7da5b #e75b68

Monochromatic Colors of #e7945b

#e7945b

Complementary Color

#e7945b #5baee7

#e7945b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7945b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7945b Color CSS Codes

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

#e7945b Text Font Color

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

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


#e7945b Background Color

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

This div background color is #e7945b


#e7945b Border Color

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

This div border color is #e7945b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7945b


Comments

No comments written yet.

Please login to write comment.