Color Hex Logo

#e7726d Color Hex

#E7726D
(231,114,109)
0 Favorites   0 Comments

Color spaces of #e7726d

RGB 231114109
HSL0.010.720.67
HSV53°91°
CMYK 0.000.510.53   0.09
XYZ41.732630.127718.0837
Yxy30.12770.46400.3350
Hunter Lab54.888739.660618.8883
CIE-Lab61.764244.837324.1405

#e7726d color RGB value is (231,114,109).

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

The process color (four color CMYK) of #e7726d color hex is 0.00, 0.51, 0.53, 0.09. Web safe color of #e7726d is #ff6666. Color #e7726d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110010 01101101
Octal 347 162 155
Decimal 231 114 109
Hex E7 72 6D

RGB Percentages of Color #e7726d

%50.88
%25.11
%24.01

CMYK Percentages of Color #e7726d

%0
%51
%53
%9

Triadic Colors of #e7726d

#e7726d #6de772 #726de7

Analogous Colors of #e7726d

#e7726d #e7af6d #e76da5

Monochromatic Colors of #e7726d

#e7726d

Complementary Color

#e7726d #6de2e7

#e7726d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7726d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7726d Color CSS Codes

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

#e7726d Text Font Color

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

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


#e7726d Background Color

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

This div background color is #e7726d


#e7726d Border Color

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

This div border color is #e7726d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,114,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 #e7726d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7726d


Comments

No comments written yet.

Please login to write comment.