Color Hex Logo

#e78bca Color Hex

#E78BCA
(231,139,202)
0 Favorites   0 Comments

Color spaces of #e78bca

RGB 231139202
HSL0.890.660.73
HSV319°40°91°
CMYK 0.000.400.13   0.09
XYZ52.848339.718460.7581
Yxy39.71840.34470.2590
Hunter Lab63.022539.3939-13.0439
CIE-Lab69.268543.6140-17.6415

#e78bca color RGB value is (231,139,202).

#e78bca hex color red value is 231, green value is 139 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e78bca hue: 0.89 , saturation: 0.66 and the lightness value of e78bca is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001011 11001010
Octal 347 213 312
Decimal 231 139 202
Hex E7 8B CA

RGB Percentages of Color #e78bca

%40.38
%24.30
%35.31

CMYK Percentages of Color #e78bca

%0
%40
%13
%9

Triadic Colors of #e78bca

#e78bca #cae78b #8bcae7

Analogous Colors of #e78bca

#e78bca #e78b9c #d68be7

Monochromatic Colors of #e78bca

#e78bca

Complementary Color

#e78bca #8be7a8

#e78bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78bca Color CSS Codes

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

#e78bca Text Font Color

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

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


#e78bca Background Color

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

This div background color is #e78bca


#e78bca Border Color

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

This div border color is #e78bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78bca


Comments

No comments written yet.

Please login to write comment.