Color Hex Logo

#e78dae Color Hex

#E78DAE
(231,141,174)
0 Favorites   0 Comments

Color spaces of #e78dae

RGB 231141174
HSL0.940.650.73
HSV338°39°91°
CMYK 0.000.390.25   0.09
XYZ50.119939.094744.9488
Yxy39.09470.37360.2914
Hunter Lab62.525833.66341.1454
CIE-Lab68.819838.3471-2.6777

#e78dae color RGB value is (231,141,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001101 10101110
Octal 347 215 256
Decimal 231 141 174
Hex E7 8D AE

RGB Percentages of Color #e78dae

%42.31
%25.82
%31.87

CMYK Percentages of Color #e78dae

%0
%39
%25
%9

Triadic Colors of #e78dae

#e78dae #aee78d #8daee7

Analogous Colors of #e78dae

#e78dae #e7998d #e78ddb

Monochromatic Colors of #e78dae

#e78dae

Complementary Color

#e78dae #8de7c6

#e78dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78dae Color CSS Codes

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

#e78dae Text Font Color

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

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


#e78dae Background Color

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

This div background color is #e78dae


#e78dae Border Color

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

This div border color is #e78dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78dae


Comments

No comments written yet.

Please login to write comment.