Color Hex Logo

#e7906d Color Hex

#E7906D
(231,144,109)
0 Favorites   0 Comments

Color spaces of #e7906d

RGB 231144109
HSL0.050.720.67
HSV17°53°91°
CMYK 0.000.380.53   0.09
XYZ45.688638.039619.4023
Yxy38.03960.44300.3688
Hunter Lab61.676324.296024.5218
CIE-Lab68.049829.392032.3680

#e7906d color RGB value is (231,144,109).

#e7906d hex color red value is 231, green value is 144 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #e7906d hue: 0.05 , saturation: 0.72 and the lightness value of e7906d is 0.67.

The process color (four color CMYK) of #e7906d color hex is 0.00, 0.38, 0.53, 0.09. Web safe color of #e7906d is #ff9966. Color #e7906d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010000 01101101
Octal 347 220 155
Decimal 231 144 109
Hex E7 90 6D

RGB Percentages of Color #e7906d

%47.73
%29.75
%22.52

CMYK Percentages of Color #e7906d

%0
%38
%53
%9

Triadic Colors of #e7906d

#e7906d #6de790 #906de7

Analogous Colors of #e7906d

#e7906d #e7cd6d #e76d87

Monochromatic Colors of #e7906d

#e7906d

Complementary Color

#e7906d #6dc4e7

#e7906d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7906d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7906d Color CSS Codes

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

#e7906d Text Font Color

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

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


#e7906d Background Color

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

This div background color is #e7906d


#e7906d Border Color

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

This div border color is #e7906d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7906d


Comments

No comments written yet.

Please login to write comment.