Color Hex Logo

#bb69aa Color Hex

#BB69AA
(187,105,170)
0 Favorites   0 Comments

Color spaces of #bb69aa

RGB 187105170
HSL0.870.380.57
HSV312°44°73°
CMYK 0.000.440.09   0.27
XYZ32.800823.570240.8509
Yxy23.57020.33740.2424
Hunter Lab48.549235.6372-15.9042
CIE-Lab55.654941.8559-20.7053

#bb69aa color RGB value is (187,105,170).

#bb69aa hex color red value is 187, green value is 105 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bb69aa hue: 0.87 , saturation: 0.38 and the lightness value of bb69aa is 0.57.

The process color (four color CMYK) of #bb69aa color hex is 0.00, 0.44, 0.09, 0.27. Web safe color of #bb69aa is #cc6699. Color #bb69aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101001 10101010
Octal 273 151 252
Decimal 187 105 170
Hex BB 69 AA

RGB Percentages of Color #bb69aa

%40.48
%22.73
%36.80

CMYK Percentages of Color #bb69aa

%0
%44
%9
%27

Triadic Colors of #bb69aa

#bb69aa #aabb69 #69aabb

Analogous Colors of #bb69aa

#bb69aa #bb6981 #a369bb

Monochromatic Colors of #bb69aa

#bb69aa

Complementary Color

#bb69aa #69bb7a

#bb69aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb69aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb69aa Color CSS Codes

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

#bb69aa Text Font Color

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

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


#bb69aa Background Color

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

This div background color is #bb69aa


#bb69aa Border Color

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

This div border color is #bb69aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb69aa


Comments

No comments written yet.

Please login to write comment.