Color Hex Logo

#e79cbf Color Hex

#E79CBF
(231,156,191)
0 Favorites   0 Comments

Color spaces of #e79cbf

RGB 231156191
HSL0.920.610.76
HSV332°32°91°
CMYK 0.000.320.17   0.09
XYZ54.247444.527455.0257
Yxy44.52740.35270.2895
Hunter Lab66.728928.3366-2.1813
CIE-Lab72.579632.9386-6.5824

#e79cbf color RGB value is (231,156,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10011100 10111111
Octal 347 234 277
Decimal 231 156 191
Hex E7 9C BF

RGB Percentages of Color #e79cbf

%39.97
%26.99
%33.04

CMYK Percentages of Color #e79cbf

%0
%32
%17
%9

Triadic Colors of #e79cbf

#e79cbf #bfe79c #9cbfe7

Analogous Colors of #e79cbf

#e79cbf #e79f9c #e79ce5

Monochromatic Colors of #e79cbf

#e79cbf

Complementary Color

#e79cbf #9ce7c4

#e79cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e79cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e79cbf Color CSS Codes

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

#e79cbf Text Font Color

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

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


#e79cbf Background Color

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

This div background color is #e79cbf


#e79cbf Border Color

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

This div border color is #e79cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e79cbf


Comments

No comments written yet.

Please login to write comment.