Color Hex Logo

#e77cbd Color Hex

#E77CBD
(231,124,189)
0 Favorites   0 Comments

Color spaces of #e77cbd

RGB 231124189
HSL0.900.690.70
HSV324°46°91°
CMYK 0.000.460.18   0.09
XYZ49.348035.078452.3140
Yxy35.07840.36090.2565
Hunter Lab59.227045.0791-10.9107
CIE-Lab65.809749.2373-15.5937

#e77cbd color RGB value is (231,124,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111100 10111101
Octal 347 174 275
Decimal 231 124 189
Hex E7 7C BD

RGB Percentages of Color #e77cbd

%42.46
%22.79
%34.74

CMYK Percentages of Color #e77cbd

%0
%46
%18
%9

Triadic Colors of #e77cbd

#e77cbd #bde77c #7cbde7

Analogous Colors of #e77cbd

#e77cbd #e77c88 #dc7ce7

Monochromatic Colors of #e77cbd

#e77cbd

Complementary Color

#e77cbd #7ce7a6

#e77cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77cbd Color CSS Codes

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

#e77cbd Text Font Color

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

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


#e77cbd Background Color

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

This div background color is #e77cbd


#e77cbd Border Color

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

This div border color is #e77cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77cbd


Comments

No comments written yet.

Please login to write comment.