Color Hex Logo

#e79675 Color Hex

#E79675
(231,150,117)
0 Favorites   0 Comments

Color spaces of #e79675

RGB 231150117
HSL0.050.700.68
HSV17°49°91°
CMYK 0.000.350.49   0.09
XYZ47.072240.086022.0860
Yxy40.08600.43090.3669
Hunter Lab63.313521.912223.6370
CIE-Lab69.530726.923129.9548

#e79675 color RGB value is (231,150,117).

#e79675 hex color red value is 231, green value is 150 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #e79675 hue: 0.05 , saturation: 0.70 and the lightness value of e79675 is 0.68.

The process color (four color CMYK) of #e79675 color hex is 0.00, 0.35, 0.49, 0.09. Web safe color of #e79675 is #ff9966. Color #e79675 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010110 01110101
Octal 347 226 165
Decimal 231 150 117
Hex E7 96 75

RGB Percentages of Color #e79675

%46.39
%30.12
%23.49

CMYK Percentages of Color #e79675

%0
%35
%49
%9

Triadic Colors of #e79675

#e79675 #75e796 #9675e7

Analogous Colors of #e79675

#e79675 #e7cf75 #e7758d

Monochromatic Colors of #e79675

#e79675

Complementary Color

#e79675 #75c6e7

#e79675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e79675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e79675 Color CSS Codes

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

#e79675 Text Font Color

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

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


#e79675 Background Color

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

This div background color is #e79675


#e79675 Border Color

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

This div border color is #e79675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e79675


Comments

No comments written yet.

Please login to write comment.