Color Hex Logo

#e794bd Color Hex

#E794BD
(231,148,189)
0 Favorites   0 Comments

Color spaces of #e794bd

RGB 231148189
HSL0.920.630.74
HSV330°36°91°
CMYK 0.000.360.18   0.09
XYZ52.730241.842953.4414
Yxy41.84290.35630.2827
Hunter Lab64.686132.3073-3.7031
CIE-Lab70.762536.8679-8.1716

#e794bd color RGB value is (231,148,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010100 10111101
Octal 347 224 275
Decimal 231 148 189
Hex E7 94 BD

RGB Percentages of Color #e794bd

%40.67
%26.06
%33.27

CMYK Percentages of Color #e794bd

%0
%36
%18
%9

Triadic Colors of #e794bd

#e794bd #bde794 #94bde7

Analogous Colors of #e794bd

#e794bd #e79594 #e794e7

Monochromatic Colors of #e794bd

#e794bd

Complementary Color

#e794bd #94e7be

#e794bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e794bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e794bd Color CSS Codes

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

#e794bd Text Font Color

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

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


#e794bd Background Color

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

This div background color is #e794bd


#e794bd Border Color

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

This div border color is #e794bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e794bd


Comments

No comments written yet.

Please login to write comment.