Color Hex Logo

#e76acd Color Hex

#E76ACD
(231,106,205)
0 Favorites   0 Comments

Color spaces of #e76acd

RGB 231106205
HSL0.870.720.66
HSV312°54°91°
CMYK 0.000.540.11   0.09
XYZ49.128531.704861.2879
Yxy31.70480.34570.2231
Hunter Lab56.307057.2060-25.1198
CIE-Lab63.098260.3282-28.7573

#e76acd color RGB value is (231,106,205).

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

The process color (four color CMYK) of #e76acd color hex is 0.00, 0.54, 0.11, 0.09. Web safe color of #e76acd is #ff66cc. Color #e76acd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01101010 11001101
Octal 347 152 315
Decimal 231 106 205
Hex E7 6A CD

RGB Percentages of Color #e76acd

%42.62
%19.56
%37.82

CMYK Percentages of Color #e76acd

%0
%54
%11
%9

Triadic Colors of #e76acd

#e76acd #cde76a #6acde7

Analogous Colors of #e76acd

#e76acd #e76a8f #c36ae7

Monochromatic Colors of #e76acd

#e76acd

Complementary Color

#e76acd #6ae784

#e76acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e76acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e76acd Color CSS Codes

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

#e76acd Text Font Color

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

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


#e76acd Background Color

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

This div background color is #e76acd


#e76acd Border Color

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

This div border color is #e76acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e76acd


Comments

No comments written yet.

Please login to write comment.