Color Hex Logo

#e79bcb Color Hex

#E79BCB
(231,155,203)
0 Favorites   0 Comments

Color spaces of #e79bcb

RGB 231155203
HSL0.890.610.76
HSV322°33°91°
CMYK 0.000.330.12   0.09
XYZ55.455844.743462.2134
Yxy44.74340.34150.2755
Hunter Lab66.890530.9276-8.3210
CIE-Lab72.722635.3792-12.9904

#e79bcb color RGB value is (231,155,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10011011 11001011
Octal 347 233 313
Decimal 231 155 203
Hex E7 9B CB

RGB Percentages of Color #e79bcb

%39.22
%26.32
%34.47

CMYK Percentages of Color #e79bcb

%0
%33
%12
%9

Triadic Colors of #e79bcb

#e79bcb #cbe79b #9bcbe7

Analogous Colors of #e79bcb

#e79bcb #e79ba5 #dd9be7

Monochromatic Colors of #e79bcb

#e79bcb

Complementary Color

#e79bcb #9be7b7

#e79bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e79bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e79bcb Color CSS Codes

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

#e79bcb Text Font Color

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

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


#e79bcb Background Color

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

This div background color is #e79bcb


#e79bcb Border Color

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

This div border color is #e79bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e79bcb


Comments

No comments written yet.

Please login to write comment.