Color Hex Logo

#bb6aae Color Hex

#BB6AAE
(187,106,174)
0 Favorites   0 Comments

Color spaces of #bb6aae

RGB 187106174
HSL0.860.370.57
HSV310°43°73°
CMYK 0.000.430.07   0.27
XYZ33.287523.928942.9087
Yxy23.92890.33250.2390
Hunter Lab48.917235.8619-17.7654
CIE-Lab56.016542.0231-22.4643

#bb6aae color RGB value is (187,106,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101010 10101110
Octal 273 152 256
Decimal 187 106 174
Hex BB 6A AE

RGB Percentages of Color #bb6aae

%40.04
%22.70
%37.26

CMYK Percentages of Color #bb6aae

%0
%43
%7
%27

Triadic Colors of #bb6aae

#bb6aae #aebb6a #6aaebb

Analogous Colors of #bb6aae

#bb6aae #bb6a86 #a06abb

Monochromatic Colors of #bb6aae

#bb6aae

Complementary Color

#bb6aae #6abb77

#bb6aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb6aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb6aae Color CSS Codes

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

#bb6aae Text Font Color

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

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


#bb6aae Background Color

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

This div background color is #bb6aae


#bb6aae Border Color

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

This div border color is #bb6aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb6aae


Comments

No comments written yet.

Please login to write comment.