color codes Logo

#e77dce color codes

#E77DCE
(231,125,206)
0 Favorites   0 Comments

Color spaces of #e77dce

RGB 231125206
HSL0.870.690.70
HSV314°46°91°
CMYK 0.000.460.11   0.09
XYZ51.429236.112462.6523
Yxy36.11240.34240.2404
Hunter Lab60.093647.5998-19.7490
CIE-Lab66.605751.3779-23.9262

#e77dce color RGB value is (231,125,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111101 11001110
Octal 347 175 316
Decimal 231 125 206
Hex E7 7D CE

RGB Percentages of Color #e77dce

%41.10
%22.24
%36.65

CMYK Percentages of Color #e77dce

%0
%46
%11
%9

Triadic Colors of #e77dce

#e77dce #cee77d #7dcee7

Analogous Colors of #e77dce

#e77dce #e77d99 #cb7de7

Monochromatic Colors of #e77dce

#e77dce

Complementary Color

#e77dce #7de796

#e77dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77dce Color CSS Codes

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

#e77dce Text Font Color

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

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


#e77dce Background Color

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

This div background color is #e77dce


#e77dce Border Color

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

This div border color is #e77dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77dce


Comments

No comments written yet.

Please login to write comment.