Color Hex Logo

#e79bef Color Hex

#E79BEF
(231,155,239)
0 Favorites   0 Comments

Color spaces of #e79bef

RGB 231155239
HSL0.820.720.77
HSV294°35°94°
CMYK 0.030.350.00   0.06
XYZ60.256346.663687.4925
Yxy46.66360.30990.2400
Hunter Lab68.310837.9094-28.1212
CIE-Lab73.974141.7086-30.8097

#e79bef color RGB value is (231,155,239).

#e79bef hex color red value is 231, green value is 155 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e79bef hue: 0.82 , saturation: 0.72 and the lightness value of e79bef is 0.77.

The process color (four color CMYK) of #e79bef color hex is 0.03, 0.35, 0.00, 0.06. Web safe color of #e79bef is #ff99ff. Color #e79bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10011011 11101111
Octal 347 233 357
Decimal 231 155 239
Hex E7 9B EF

RGB Percentages of Color #e79bef

%36.96
%24.80
%38.24

CMYK Percentages of Color #e79bef

%3
%35
%0
%6

Triadic Colors of #e79bef

#e79bef #efe79b #9befe7

Analogous Colors of #e79bef

#e79bef #ef9bcd #bd9bef

Monochromatic Colors of #e79bef

#e79bef

Complementary Color

#e79bef #a3ef9b

#e79bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e79bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e79bef Color CSS Codes

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

#e79bef Text Font Color

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

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


#e79bef Background Color

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

This div background color is #e79bef


#e79bef Border Color

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

This div border color is #e79bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e79bef


Comments

No comments written yet.

Please login to write comment.