Color Hex Logo

#e79bca Color Hex

#E79BCA
(231,155,202)
0 Favorites   0 Comments

Color spaces of #e79bca

RGB 231155202
HSL0.900.610.76
HSV323°33°91°
CMYK 0.000.330.13   0.09
XYZ55.337044.695961.5877
Yxy44.69590.34240.2765
Hunter Lab66.855030.7512-7.8202
CIE-Lab72.691235.2160-12.4863

#e79bca color RGB value is (231,155,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10011011 11001010
Octal 347 233 312
Decimal 231 155 202
Hex E7 9B CA

RGB Percentages of Color #e79bca

%39.29
%26.36
%34.35

CMYK Percentages of Color #e79bca

%0
%33
%13
%9

Triadic Colors of #e79bca

#e79bca #cae79b #9bcae7

Analogous Colors of #e79bca

#e79bca #e79ba4 #de9be7

Monochromatic Colors of #e79bca

#e79bca

Complementary Color

#e79bca #9be7b8

#e79bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e79bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e79bca Color CSS Codes

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

#e79bca Text Font Color

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

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


#e79bca Background Color

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

This div background color is #e79bca


#e79bca Border Color

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

This div border color is #e79bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e79bca


Comments

No comments written yet.

Please login to write comment.