Color Hex Logo

#bb6baf Color Hex

#BB6BAF
(187,107,175)
0 Favorites   0 Comments

Color spaces of #bb6baf

RGB 187107175
HSL0.860.370.58
HSV309°43°73°
CMYK 0.000.430.06   0.27
XYZ33.489124.175343.4587
Yxy24.17530.33120.2391
Hunter Lab49.168435.5335-17.9871
CIE-Lab56.262941.6714-22.6634

#bb6baf color RGB value is (187,107,175).

#bb6baf hex color red value is 187, green value is 107 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bb6baf hue: 0.86 , saturation: 0.37 and the lightness value of bb6baf is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101011 10101111
Octal 273 153 257
Decimal 187 107 175
Hex BB 6B AF

RGB Percentages of Color #bb6baf

%39.87
%22.81
%37.31

CMYK Percentages of Color #bb6baf

%0
%43
%6
%27

Triadic Colors of #bb6baf

#bb6baf #afbb6b #6bafbb

Analogous Colors of #bb6baf

#bb6baf #bb6b87 #9f6bbb

Monochromatic Colors of #bb6baf

#bb6baf

Complementary Color

#bb6baf #6bbb77

#bb6baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb6baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb6baf Color CSS Codes

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

#bb6baf Text Font Color

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

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


#bb6baf Background Color

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

This div background color is #bb6baf


#bb6baf Border Color

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

This div border color is #bb6baf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,107,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 #bb6baf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb6baf


Comments

No comments written yet.

Please login to write comment.