Color Hex Logo

#e79bcf Color Hex

#E79BCF
(231,155,207)
0 Favorites   0 Comments

Color spaces of #e79bcf

RGB 231155207
HSL0.890.610.76
HSV319°33°91°
CMYK 0.000.330.10   0.09
XYZ55.938844.936664.7568
Yxy44.93660.33770.2713
Hunter Lab67.034831.6428-10.3509
CIE-Lab72.850136.0390-15.0020

#e79bcf color RGB value is (231,155,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10011011 11001111
Octal 347 233 317
Decimal 231 155 207
Hex E7 9B CF

RGB Percentages of Color #e79bcf

%38.95
%26.14
%34.91

CMYK Percentages of Color #e79bcf

%0
%33
%10
%9

Triadic Colors of #e79bcf

#e79bcf #cfe79b #9bcfe7

Analogous Colors of #e79bcf

#e79bcf #e79ba9 #d99be7

Monochromatic Colors of #e79bcf

#e79bcf

Complementary Color

#e79bcf #9be7b3

#e79bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e79bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e79bcf Color CSS Codes

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

#e79bcf Text Font Color

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

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


#e79bcf Background Color

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

This div background color is #e79bcf


#e79bcf Border Color

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

This div border color is #e79bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e79bcf


Comments

No comments written yet.

Please login to write comment.