Color Hex Logo

#e77bba Color Hex

#E77BBA
(231,123,186)
0 Favorites   0 Comments

Color spaces of #e77bba

RGB 231123186
HSL0.900.690.69
HSV325°47°91°
CMYK 0.000.470.19   0.09
XYZ48.900934.700050.5748
Yxy34.70000.36450.2586
Hunter Lab58.906745.0935-9.6692
CIE-Lab65.514449.2926-14.3472

#e77bba color RGB value is (231,123,186).

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

The process color (four color CMYK) of #e77bba color hex is 0.00, 0.47, 0.19, 0.09. Web safe color of #e77bba is #ff66cc. Color #e77bba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111011 10111010
Octal 347 173 272
Decimal 231 123 186
Hex E7 7B BA

RGB Percentages of Color #e77bba

%42.78
%22.78
%34.44

CMYK Percentages of Color #e77bba

%0
%47
%19
%9

Triadic Colors of #e77bba

#e77bba #bae77b #7bbae7

Analogous Colors of #e77bba

#e77bba #e77b84 #de7be7

Monochromatic Colors of #e77bba

#e77bba

Complementary Color

#e77bba #7be7a8

#e77bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77bba Color CSS Codes

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

#e77bba Text Font Color

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

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


#e77bba Background Color

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

This div background color is #e77bba


#e77bba Border Color

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

This div border color is #e77bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77bba


Comments

No comments written yet.

Please login to write comment.