Color Hex Logo

#e78cca Color Hex

#E78CCA
(231,140,202)
0 Favorites   0 Comments

Color spaces of #e78cca

RGB 231140202
HSL0.890.650.73
HSV319°39°91°
CMYK 0.000.390.13   0.09
XYZ52.993840.009460.8066
Yxy40.00940.34450.2601
Hunter Lab63.253038.8558-12.7198
CIE-Lab69.476243.0955-17.3272

#e78cca color RGB value is (231,140,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001100 11001010
Octal 347 214 312
Decimal 231 140 202
Hex E7 8C CA

RGB Percentages of Color #e78cca

%40.31
%24.43
%35.25

CMYK Percentages of Color #e78cca

%0
%39
%13
%9

Triadic Colors of #e78cca

#e78cca #cae78c #8ccae7

Analogous Colors of #e78cca

#e78cca #e78c9d #d78ce7

Monochromatic Colors of #e78cca

#e78cca

Complementary Color

#e78cca #8ce7a9

#e78cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78cca Color CSS Codes

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

#e78cca Text Font Color

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

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


#e78cca Background Color

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

This div background color is #e78cca


#e78cca Border Color

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

This div border color is #e78cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78cca


Comments

No comments written yet.

Please login to write comment.