Color Hex Logo

#e76867 Color Hex

#E76867
(231,104,103)
0 Favorites   0 Comments

Color spaces of #e76867

RGB 231104103
HSL0.000.730.65
HSV55°91°
CMYK 0.000.550.55   0.09
XYZ40.353527.868816.0843
Yxy27.86880.47870.3306
Hunter Lab52.790944.061718.8892
CIE-Lab59.770049.200024.9131

#e76867 color RGB value is (231,104,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01101000 01100111
Octal 347 150 147
Decimal 231 104 103
Hex E7 68 67

RGB Percentages of Color #e76867

%52.74
%23.74
%23.52

CMYK Percentages of Color #e76867

%0
%55
%55
%9

Triadic Colors of #e76867

#e76867 #67e768 #6867e7

Analogous Colors of #e76867

#e76867 #e7a867 #e767a6

Monochromatic Colors of #e76867

#e76867

Complementary Color

#e76867 #67e6e7

#e76867 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e76867 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e76867 Color CSS Codes

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

#e76867 Text Font Color

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

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


#e76867 Background Color

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

This div background color is #e76867


#e76867 Border Color

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

This div border color is #e76867


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e76867


Comments

No comments written yet.

Please login to write comment.