Color Hex Logo

#e76678 Color Hex

#E76678
(231,102,120)
0 Favorites   0 Comments

Color spaces of #e76678

RGB 231102120
HSL0.980.730.65
HSV352°56°91°
CMYK 0.000.560.48   0.09
XYZ41.096527.847720.9784
Yxy27.84770.45700.3097
Hunter Lab52.770946.661613.3697
CIE-Lab59.750951.574915.0911

#e76678 color RGB value is (231,102,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01100110 01111000
Octal 347 146 170
Decimal 231 102 120
Hex E7 66 78

RGB Percentages of Color #e76678

%50.99
%22.52
%26.49

CMYK Percentages of Color #e76678

%0
%56
%48
%9

Triadic Colors of #e76678

#e76678 #78e766 #6678e7

Analogous Colors of #e76678

#e76678 #e79566 #e766b9

Monochromatic Colors of #e76678

#e76678

Complementary Color

#e76678 #66e7d5

#e76678 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e76678 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e76678 Color CSS Codes

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

#e76678 Text Font Color

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

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


#e76678 Background Color

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

This div background color is #e76678


#e76678 Border Color

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

This div border color is #e76678


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e76678


Comments

No comments written yet.

Please login to write comment.