Color Hex Logo

#e77cbe Color Hex

#E77CBE
(231,124,190)
0 Favorites   0 Comments

Color spaces of #e77cbe

RGB 231124190
HSL0.900.690.70
HSV323°46°91°
CMYK 0.000.460.18   0.09
XYZ49.456935.121952.8877
Yxy35.12190.35980.2555
Hunter Lab59.263745.2507-11.4265
CIE-Lab65.843549.3870-16.1059

#e77cbe color RGB value is (231,124,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111100 10111110
Octal 347 174 276
Decimal 231 124 190
Hex E7 7C BE

RGB Percentages of Color #e77cbe

%42.39
%22.75
%34.86

CMYK Percentages of Color #e77cbe

%0
%46
%18
%9

Triadic Colors of #e77cbe

#e77cbe #bee77c #7cbee7

Analogous Colors of #e77cbe

#e77cbe #e77c89 #db7ce7

Monochromatic Colors of #e77cbe

#e77cbe

Complementary Color

#e77cbe #7ce7a5

#e77cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77cbe Color CSS Codes

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

#e77cbe Text Font Color

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

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


#e77cbe Background Color

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

This div background color is #e77cbe


#e77cbe Border Color

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

This div border color is #e77cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77cbe


Comments

No comments written yet.

Please login to write comment.