Color Hex Logo

#e780ce Color Hex

#E780CE
(231,128,206)
0 Favorites   0 Comments

Color spaces of #e780ce

RGB 231128206
HSL0.870.680.70
HSV315°45°91°
CMYK 0.000.450.11   0.09
XYZ51.814736.883562.7808
Yxy36.88350.34210.2435
Hunter Lab60.731846.0107-18.7781
CIE-Lab67.189549.8769-23.0332

#e780ce color RGB value is (231,128,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10000000 11001110
Octal 347 200 316
Decimal 231 128 206
Hex E7 80 CE

RGB Percentages of Color #e780ce

%40.88
%22.65
%36.46

CMYK Percentages of Color #e780ce

%0
%45
%11
%9

Triadic Colors of #e780ce

#e780ce #cee780 #80cee7

Analogous Colors of #e780ce

#e780ce #e7809b #cd80e7

Monochromatic Colors of #e780ce

#e780ce

Complementary Color

#e780ce #80e799

#e780ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e780ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e780ce Color CSS Codes

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

#e780ce Text Font Color

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

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


#e780ce Background Color

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

This div background color is #e780ce


#e780ce Border Color

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

This div border color is #e780ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e780ce


Comments

No comments written yet.

Please login to write comment.