Color Hex Logo

#e776cd Color Hex

#E776CD
(231,118,205)
0 Favorites   0 Comments

Color spaces of #e776cd

RGB 231118205
HSL0.870.700.68
HSV314°49°91°
CMYK 0.000.490.11   0.09
XYZ50.452934.353661.7294
Yxy34.35360.34430.2344
Hunter Lab58.611951.0811-21.4152
CIE-Lab65.242354.6601-25.4561

#e776cd color RGB value is (231,118,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110110 11001101
Octal 347 166 315
Decimal 231 118 205
Hex E7 76 CD

RGB Percentages of Color #e776cd

%41.70
%21.30
%37.00

CMYK Percentages of Color #e776cd

%0
%49
%11
%9

Triadic Colors of #e776cd

#e776cd #cde776 #76cde7

Analogous Colors of #e776cd

#e776cd #e77695 #c976e7

Monochromatic Colors of #e776cd

#e776cd

Complementary Color

#e776cd #76e790

#e776cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e776cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e776cd Color CSS Codes

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

#e776cd Text Font Color

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

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


#e776cd Background Color

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

This div background color is #e776cd


#e776cd Border Color

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

This div border color is #e776cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e776cd


Comments

No comments written yet.

Please login to write comment.