Color Hex Logo

#e79bc9 Color Hex

#E79BC9
(231,155,201)
0 Favorites   0 Comments

Color spaces of #e79bc9

RGB 231155201
HSL0.900.610.76
HSV324°33°91°
CMYK 0.000.330.13   0.09
XYZ55.219044.648760.9660
Yxy44.64870.34330.2776
Hunter Lab66.819730.5759-7.3222
CIE-Lab72.660035.0537-11.9817

#e79bc9 color RGB value is (231,155,201).

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

The process color (four color CMYK) of #e79bc9 color hex is 0.00, 0.33, 0.13, 0.09. Web safe color of #e79bc9 is #ff99cc. Color #e79bc9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10011011 11001001
Octal 347 233 311
Decimal 231 155 201
Hex E7 9B C9

RGB Percentages of Color #e79bc9

%39.35
%26.41
%34.24

CMYK Percentages of Color #e79bc9

%0
%33
%13
%9

Triadic Colors of #e79bc9

#e79bc9 #c9e79b #9bc9e7

Analogous Colors of #e79bc9

#e79bc9 #e79ba3 #df9be7

Monochromatic Colors of #e79bc9

#e79bc9

Complementary Color

#e79bc9 #9be7b9

#e79bc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e79bc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e79bc9 Color CSS Codes

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

#e79bc9 Text Font Color

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

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


#e79bc9 Background Color

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

This div background color is #e79bc9


#e79bc9 Border Color

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

This div border color is #e79bc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e79bc9


Comments

No comments written yet.

Please login to write comment.