Color Hex Logo

#bb7eaf Color Hex

#BB7EAF
(187,126,175)
0 Favorites   0 Comments

Color spaces of #bb7eaf

RGB 187126175
HSL0.870.310.61
HSV312°33°73°
CMYK 0.000.330.06   0.27
XYZ35.692228.581644.1931
Yxy28.58160.32910.2635
Hunter Lab53.461825.6123-11.5877
CIE-Lab60.410631.3735-16.3371

#bb7eaf color RGB value is (187,126,175).

#bb7eaf hex color red value is 187, green value is 126 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bb7eaf hue: 0.87 , saturation: 0.31 and the lightness value of bb7eaf is 0.61.

The process color (four color CMYK) of #bb7eaf color hex is 0.00, 0.33, 0.06, 0.27. Web safe color of #bb7eaf is #cc6699. Color #bb7eaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01111110 10101111
Octal 273 176 257
Decimal 187 126 175
Hex BB 7E AF

RGB Percentages of Color #bb7eaf

%38.32
%25.82
%35.86

CMYK Percentages of Color #bb7eaf

%0
%33
%6
%27

Triadic Colors of #bb7eaf

#bb7eaf #afbb7e #7eafbb

Analogous Colors of #bb7eaf

#bb7eaf #bb7e91 #a97ebb

Monochromatic Colors of #bb7eaf

#bb7eaf

Complementary Color

#bb7eaf #7ebb8a

#bb7eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb7eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb7eaf Color CSS Codes

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

#bb7eaf Text Font Color

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

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


#bb7eaf Background Color

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

This div background color is #bb7eaf


#bb7eaf Border Color

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

This div border color is #bb7eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb7eaf


Comments

No comments written yet.

Please login to write comment.