Color Hex Logo

#e76669 Color Hex

#E76669
(231,102,105)
0 Favorites   0 Comments

Color spaces of #e76669

RGB 231102105
HSL1.000.730.65
HSV359°56°91°
CMYK 0.000.560.55   0.09
XYZ40.256227.511616.5531
Yxy27.51160.47740.3263
Hunter Lab52.451545.207518.0048
CIE-Lab59.444950.299123.3352

#e76669 color RGB value is (231,102,105).

#e76669 hex color red value is 231, green value is 102 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #e76669 hue: 1.00 , saturation: 0.73 and the lightness value of e76669 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01100110 01101001
Octal 347 146 151
Decimal 231 102 105
Hex E7 66 69

RGB Percentages of Color #e76669

%52.74
%23.29
%23.97

CMYK Percentages of Color #e76669

%0
%56
%55
%9

Triadic Colors of #e76669

#e76669 #69e766 #6669e7

Analogous Colors of #e76669

#e76669 #e7a466 #e766aa

Monochromatic Colors of #e76669

#e76669

Complementary Color

#e76669 #66e7e4

#e76669 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e76669 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e76669 Color CSS Codes

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

#e76669 Text Font Color

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

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


#e76669 Background Color

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

This div background color is #e76669


#e76669 Border Color

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

This div border color is #e76669


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e76669


Comments

No comments written yet.

Please login to write comment.