Color Hex Logo

#e78acd Color Hex

#E78ACD
(231,138,205)
0 Favorites   0 Comments

Color spaces of #e78acd

RGB 231138205
HSL0.880.660.72
HSV317°40°91°
CMYK 0.000.400.11   0.09
XYZ53.062939.573762.5994
Yxy39.57370.34180.2549
Hunter Lab62.907640.4773-14.9642
CIE-Lab69.164844.6166-19.4671

#e78acd color RGB value is (231,138,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001010 11001101
Octal 347 212 315
Decimal 231 138 205
Hex E7 8A CD

RGB Percentages of Color #e78acd

%40.24
%24.04
%35.71

CMYK Percentages of Color #e78acd

%0
%40
%11
%9

Triadic Colors of #e78acd

#e78acd #cde78a #8acde7

Analogous Colors of #e78acd

#e78acd #e78a9f #d38ae7

Monochromatic Colors of #e78acd

#e78acd

Complementary Color

#e78acd #8ae7a4

#e78acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78acd Color CSS Codes

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

#e78acd Text Font Color

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

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


#e78acd Background Color

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

This div background color is #e78acd


#e78acd Border Color

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

This div border color is #e78acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78acd


Comments

No comments written yet.

Please login to write comment.