Color Hex Logo

#e78690 Color Hex

#E78690
(231,134,144)
0 Favorites   0 Comments

Color spaces of #e78690

RGB 231134144
HSL0.980.670.72
HSV354°42°91°
CMYK 0.000.420.38   0.09
XYZ46.514136.052730.8929
Yxy36.05270.41000.3178
Hunter Lab60.043933.201411.5257
CIE-Lab66.560238.157610.9247

#e78690 color RGB value is (231,134,144).

#e78690 hex color red value is 231, green value is 134 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #e78690 hue: 0.98 , saturation: 0.67 and the lightness value of e78690 is 0.72.

The process color (four color CMYK) of #e78690 color hex is 0.00, 0.42, 0.38, 0.09. Web safe color of #e78690 is #ff9999. Color #e78690 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10000110 10010000
Octal 347 206 220
Decimal 231 134 144
Hex E7 86 90

RGB Percentages of Color #e78690

%45.38
%26.33
%28.29

CMYK Percentages of Color #e78690

%0
%42
%38
%9

Triadic Colors of #e78690

#e78690 #90e786 #8690e7

Analogous Colors of #e78690

#e78690 #e7ad86 #e786c1

Monochromatic Colors of #e78690

#e78690

Complementary Color

#e78690 #86e7dd

#e78690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78690 Color CSS Codes

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

#e78690 Text Font Color

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

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


#e78690 Background Color

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

This div background color is #e78690


#e78690 Border Color

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

This div border color is #e78690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78690


Comments

No comments written yet.

Please login to write comment.