Color Hex Logo

#e78cad Color Hex

#E78CAD
(231,140,173)
0 Favorites   0 Comments

Color spaces of #e78cad

RGB 231140173
HSL0.940.650.73
HSV338°39°91°
CMYK 0.000.390.25   0.09
XYZ49.875938.762244.3883
Yxy38.76220.37490.2914
Hunter Lab62.259334.04251.3102
CIE-Lab68.578738.7299-2.4719

#e78cad color RGB value is (231,140,173).

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

The process color (four color CMYK) of #e78cad color hex is 0.00, 0.39, 0.25, 0.09. Web safe color of #e78cad is #ff9999. Color #e78cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001100 10101101
Octal 347 214 255
Decimal 231 140 173
Hex E7 8C AD

RGB Percentages of Color #e78cad

%42.46
%25.74
%31.80

CMYK Percentages of Color #e78cad

%0
%39
%25
%9

Triadic Colors of #e78cad

#e78cad #ade78c #8cade7

Analogous Colors of #e78cad

#e78cad #e7998c #e78cdb

Monochromatic Colors of #e78cad

#e78cad

Complementary Color

#e78cad #8ce7c6

#e78cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78cad Color CSS Codes

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

#e78cad Text Font Color

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

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


#e78cad Background Color

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

This div background color is #e78cad


#e78cad Border Color

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

This div border color is #e78cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78cad


Comments

No comments written yet.

Please login to write comment.