Color Hex Logo

#e76bbb Color Hex

#E76BBB
(231,107,187)
0 Favorites   0 Comments

Color spaces of #e76bbb

RGB 231107187
HSL0.890.720.66
HSV321°54°91°
CMYK 0.000.540.19   0.09
XYZ47.182331.092250.5283
Yxy31.09220.36630.2414
Hunter Lab55.760453.4592-14.6945
CIE-Lab62.585457.1681-19.3497

#e76bbb color RGB value is (231,107,187).

#e76bbb hex color red value is 231, green value is 107 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e76bbb hue: 0.89 , saturation: 0.72 and the lightness value of e76bbb is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01101011 10111011
Octal 347 153 273
Decimal 231 107 187
Hex E7 6B BB

RGB Percentages of Color #e76bbb

%44.00
%20.38
%35.62

CMYK Percentages of Color #e76bbb

%0
%54
%19
%9

Triadic Colors of #e76bbb

#e76bbb #bbe76b #6bbbe7

Analogous Colors of #e76bbb

#e76bbb #e76b7d #d56be7

Monochromatic Colors of #e76bbb

#e76bbb

Complementary Color

#e76bbb #6be797

#e76bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e76bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e76bbb Color CSS Codes

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

#e76bbb Text Font Color

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

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


#e76bbb Background Color

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

This div background color is #e76bbb


#e76bbb Border Color

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

This div border color is #e76bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e76bbb


Comments

No comments written yet.

Please login to write comment.