Color Hex Logo

#e79fbd Color Hex

#E79FBD
(231,159,189)
0 Favorites   0 Comments

Color spaces of #e79fbd

RGB 231159189
HSL0.930.600.76
HSV335°31°91°
CMYK 0.000.310.18   0.09
XYZ54.538445.459354.0442
Yxy45.45930.35400.2951
Hunter Lab67.423526.3962-0.3282
CIE-Lab73.193331.0336-4.5715

#e79fbd color RGB value is (231,159,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10011111 10111101
Octal 347 237 275
Decimal 231 159 189
Hex E7 9F BD

RGB Percentages of Color #e79fbd

%39.90
%27.46
%32.64

CMYK Percentages of Color #e79fbd

%0
%31
%18
%9

Triadic Colors of #e79fbd

#e79fbd #bde79f #9fbde7

Analogous Colors of #e79fbd

#e79fbd #e7a59f #e79fe1

Monochromatic Colors of #e79fbd

#e79fbd

Complementary Color

#e79fbd #9fe7c9

#e79fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e79fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e79fbd Color CSS Codes

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

#e79fbd Text Font Color

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

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


#e79fbd Background Color

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

This div background color is #e79fbd


#e79fbd Border Color

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

This div border color is #e79fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e79fbd


Comments

No comments written yet.

Please login to write comment.