Color Hex Logo

#e77fce Color Hex

#E77FCE
(231,127,206)
0 Favorites   0 Comments

Color spaces of #e77fce

RGB 231127206
HSL0.870.680.70
HSV314°45°91°
CMYK 0.000.450.11   0.09
XYZ51.684936.623962.7375
Yxy36.62390.34220.2425
Hunter Lab60.517746.5413-19.1024
CIE-Lab66.993950.3788-23.3322

#e77fce color RGB value is (231,127,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111111 11001110
Octal 347 177 316
Decimal 231 127 206
Hex E7 7F CE

RGB Percentages of Color #e77fce

%40.96
%22.52
%36.52

CMYK Percentages of Color #e77fce

%0
%45
%11
%9

Triadic Colors of #e77fce

#e77fce #cee77f #7fcee7

Analogous Colors of #e77fce

#e77fce #e77f9a #cc7fe7

Monochromatic Colors of #e77fce

#e77fce

Complementary Color

#e77fce #7fe798

#e77fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77fce Color CSS Codes

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

#e77fce Text Font Color

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

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


#e77fce Background Color

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

This div background color is #e77fce


#e77fce Border Color

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

This div border color is #e77fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77fce


Comments

No comments written yet.

Please login to write comment.