color codes Logo

#e77cbf color codes

#E77CBF
(231,124,191)
0 Favorites   0 Comments

Color spaces of #e77cbf

RGB 231124191
HSL0.900.690.70
HSV322°46°91°
CMYK 0.000.460.17   0.09
XYZ49.566635.165853.4654
Yxy35.16580.35870.2545
Hunter Lab59.300845.4231-11.9452
CIE-Lab65.877549.5372-16.6175

#e77cbf color RGB value is (231,124,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111100 10111111
Octal 347 174 277
Decimal 231 124 191
Hex E7 7C BF

RGB Percentages of Color #e77cbf

%42.31
%22.71
%34.98

CMYK Percentages of Color #e77cbf

%0
%46
%17
%9

Triadic Colors of #e77cbf

#e77cbf #bfe77c #7cbfe7

Analogous Colors of #e77cbf

#e77cbf #e77c8a #da7ce7

Monochromatic Colors of #e77cbf

#e77cbf

Complementary Color

#e77cbf #7ce7a4

#e77cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77cbf Color CSS Codes

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

#e77cbf Text Font Color

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

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


#e77cbf Background Color

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

This div background color is #e77cbf


#e77cbf Border Color

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

This div border color is #e77cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77cbf


Comments

No comments written yet.

Please login to write comment.