Color Hex Logo

#e78aad Color Hex

#E78AAD
(231,138,173)
0 Favorites   0 Comments

Color spaces of #e78aad

RGB 231138173
HSL0.940.660.72
HSV337°40°91°
CMYK 0.000.400.25   0.09
XYZ49.586338.183044.2917
Yxy38.18300.37550.2891
Hunter Lab61.792435.10350.7566
CIE-Lab68.155339.7728-3.0942

#e78aad color RGB value is (231,138,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001010 10101101
Octal 347 212 255
Decimal 231 138 173
Hex E7 8A AD

RGB Percentages of Color #e78aad

%42.62
%25.46
%31.92

CMYK Percentages of Color #e78aad

%0
%40
%25
%9

Triadic Colors of #e78aad

#e78aad #ade78a #8aade7

Analogous Colors of #e78aad

#e78aad #e7968a #e78adc

Monochromatic Colors of #e78aad

#e78aad

Complementary Color

#e78aad #8ae7c4

#e78aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78aad Color CSS Codes

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

#e78aad Text Font Color

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

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


#e78aad Background Color

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

This div background color is #e78aad


#e78aad Border Color

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

This div border color is #e78aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78aad


Comments

No comments written yet.

Please login to write comment.