Color Hex Logo

#e77ccb Color Hex

#E77CCB
(231,124,203)
0 Favorites   0 Comments

Color spaces of #e77ccb

RGB 231124203
HSL0.880.690.70
HSV316°46°91°
CMYK 0.000.460.12   0.09
XYZ50.942135.716060.7088
Yxy35.71600.34570.2424
Hunter Lab59.762947.5691-18.3944
CIE-Lab66.302451.3951-22.7110

#e77ccb color RGB value is (231,124,203).

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

The process color (four color CMYK) of #e77ccb color hex is 0.00, 0.46, 0.12, 0.09. Web safe color of #e77ccb is #ff66cc. Color #e77ccb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111100 11001011
Octal 347 174 313
Decimal 231 124 203
Hex E7 7C CB

RGB Percentages of Color #e77ccb

%41.40
%22.22
%36.38

CMYK Percentages of Color #e77ccb

%0
%46
%12
%9

Triadic Colors of #e77ccb

#e77ccb #cbe77c #7ccbe7

Analogous Colors of #e77ccb

#e77ccb #e77c96 #ce7ce7

Monochromatic Colors of #e77ccb

#e77ccb

Complementary Color

#e77ccb #7ce798

#e77ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77ccb Color CSS Codes

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

#e77ccb Text Font Color

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

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


#e77ccb Background Color

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

This div background color is #e77ccb


#e77ccb Border Color

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

This div border color is #e77ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77ccb


Comments

No comments written yet.

Please login to write comment.