Color Hex Logo

#e794bc Color Hex

#E794BC
(231,148,188)
0 Favorites   0 Comments

Color spaces of #e794bc

RGB 231148188
HSL0.920.630.74
HSV331°36°91°
CMYK 0.000.360.19   0.09
XYZ52.622041.799652.8716
Yxy41.79960.35730.2838
Hunter Lab64.652632.1425-3.2293
CIE-Lab70.732536.7157-7.6605

#e794bc color RGB value is (231,148,188).

#e794bc hex color red value is 231, green value is 148 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e794bc hue: 0.92 , saturation: 0.63 and the lightness value of e794bc is 0.74.

The process color (four color CMYK) of #e794bc color hex is 0.00, 0.36, 0.19, 0.09. Web safe color of #e794bc is #ff99cc. Color #e794bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010100 10111100
Octal 347 224 274
Decimal 231 148 188
Hex E7 94 BC

RGB Percentages of Color #e794bc

%40.74
%26.10
%33.16

CMYK Percentages of Color #e794bc

%0
%36
%19
%9

Triadic Colors of #e794bc

#e794bc #bce794 #94bce7

Analogous Colors of #e794bc

#e794bc #e79694 #e794e6

Monochromatic Colors of #e794bc

#e794bc

Complementary Color

#e794bc #94e7bf

#e794bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e794bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e794bc Color CSS Codes

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

#e794bc Text Font Color

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

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


#e794bc Background Color

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

This div background color is #e794bc


#e794bc Border Color

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

This div border color is #e794bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e794bc


Comments

No comments written yet.

Please login to write comment.