Color Hex Logo

#e79cbd Color Hex

#E79CBD
(231,156,189)
0 Favorites   0 Comments

Color spaces of #e79cbd

RGB 231156189
HSL0.930.610.76
HSV334°32°91°
CMYK 0.000.320.18   0.09
XYZ54.028844.440053.8743
Yxy44.44000.35470.2917
Hunter Lab66.663328.0085-1.2512
CIE-Lab72.521632.6307-5.5634

#e79cbd color RGB value is (231,156,189).

#e79cbd hex color red value is 231, green value is 156 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e79cbd hue: 0.93 , saturation: 0.61 and the lightness value of e79cbd is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10011100 10111101
Octal 347 234 275
Decimal 231 156 189
Hex E7 9C BD

RGB Percentages of Color #e79cbd

%40.10
%27.08
%32.81

CMYK Percentages of Color #e79cbd

%0
%32
%18
%9

Triadic Colors of #e79cbd

#e79cbd #bde79c #9cbde7

Analogous Colors of #e79cbd

#e79cbd #e7a19c #e79ce3

Monochromatic Colors of #e79cbd

#e79cbd

Complementary Color

#e79cbd #9ce7c6

#e79cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e79cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e79cbd Color CSS Codes

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

#e79cbd Text Font Color

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

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


#e79cbd Background Color

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

This div background color is #e79cbd


#e79cbd Border Color

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

This div border color is #e79cbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,156,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 #e79cbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e79cbd


Comments

No comments written yet.

Please login to write comment.