Color Hex Logo

#e77669 Color Hex

#E77669
(231,118,105)
0 Favorites   0 Comments

Color spaces of #e77669

RGB 231118105
HSL0.020.720.66
HSV55°91°
CMYK 0.000.490.55   0.09
XYZ41.983230.965717.1288
Yxy30.96570.46610.3438
Hunter Lab55.646837.288820.7026
CIE-Lab62.478742.517127.3424

#e77669 color RGB value is (231,118,105).

#e77669 hex color red value is 231, green value is 118 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #e77669 hue: 0.02 , saturation: 0.72 and the lightness value of e77669 is 0.66.

The process color (four color CMYK) of #e77669 color hex is 0.00, 0.49, 0.55, 0.09. Web safe color of #e77669 is #ff6666. Color #e77669 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110110 01101001
Octal 347 166 151
Decimal 231 118 105
Hex E7 76 69

RGB Percentages of Color #e77669

%50.88
%25.99
%23.13

CMYK Percentages of Color #e77669

%0
%49
%55
%9

Triadic Colors of #e77669

#e77669 #69e776 #7669e7

Analogous Colors of #e77669

#e77669 #e7b569 #e7699b

Monochromatic Colors of #e77669

#e77669

Complementary Color

#e77669 #69dae7

#e77669 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77669 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77669 Color CSS Codes

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

#e77669 Text Font Color

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

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


#e77669 Background Color

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

This div background color is #e77669


#e77669 Border Color

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

This div border color is #e77669


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77669


Comments

No comments written yet.

Please login to write comment.