Color Hex Logo

#e77dcd Color Hex

#E77DCD
(231,125,205)
0 Favorites   0 Comments

Color spaces of #e77dcd

RGB 231125205
HSL0.870.690.70
HSV315°46°91°
CMYK 0.000.460.11   0.09
XYZ51.308136.063962.0144
Yxy36.06390.34350.2414
Hunter Lab60.053247.4132-19.1890
CIE-Lab66.568751.2173-23.4235

#e77dcd color RGB value is (231,125,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111101 11001101
Octal 347 175 315
Decimal 231 125 205
Hex E7 7D CD

RGB Percentages of Color #e77dcd

%41.18
%22.28
%36.54

CMYK Percentages of Color #e77dcd

%0
%46
%11
%9

Triadic Colors of #e77dcd

#e77dcd #cde77d #7dcde7

Analogous Colors of #e77dcd

#e77dcd #e77d98 #cc7de7

Monochromatic Colors of #e77dcd

#e77dcd

Complementary Color

#e77dcd #7de797

#e77dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77dcd Color CSS Codes

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

#e77dcd Text Font Color

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

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


#e77dcd Background Color

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

This div background color is #e77dcd


#e77dcd Border Color

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

This div border color is #e77dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77dcd


Comments

No comments written yet.

Please login to write comment.