Color Hex Logo

#e78492 Color Hex

#E78492
(231,132,146)
1 Favorites   0 Comments

Color spaces of #e78492

RGB 231132146
HSL0.980.670.71
HSV352°43°91°
CMYK 0.000.430.37   0.09
XYZ46.394635.566831.6139
Yxy35.56680.40850.3132
Hunter Lab59.637934.495610.3171
CIE-Lab66.187639.42599.2678

#e78492 color RGB value is (231,132,146).

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

The process color (four color CMYK) of #e78492 color hex is 0.00, 0.43, 0.37, 0.09. Web safe color of #e78492 is #ff9999. Color #e78492 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10000100 10010010
Octal 347 204 222
Decimal 231 132 146
Hex E7 84 92

RGB Percentages of Color #e78492

%45.38
%25.93
%28.68

CMYK Percentages of Color #e78492

%0
%43
%37
%9

Triadic Colors of #e78492

#e78492 #92e784 #8492e7

Analogous Colors of #e78492

#e78492 #e7a884 #e784c4

Monochromatic Colors of #e78492

#e78492

Complementary Color

#e78492 #84e7d9

#e78492 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78492 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78492 Color CSS Codes

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

#e78492 Text Font Color

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

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


#e78492 Background Color

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

This div background color is #e78492


#e78492 Border Color

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

This div border color is #e78492


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78492


Comments

No comments written yet.

Please login to write comment.