Color Hex Logo

#bb75aa Color Hex

#BB75AA
(187,117,170)
0 Favorites   0 Comments

Color spaces of #bb75aa

RGB 187117170
HSL0.870.340.60
HSV315°37°73°
CMYK 0.000.370.09   0.27
XYZ34.110526.189741.2875
Yxy26.18970.33580.2578
Hunter Lab51.175929.4187-12.0107
CIE-Lab58.216735.4207-16.8005

#bb75aa color RGB value is (187,117,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110101 10101010
Octal 273 165 252
Decimal 187 117 170
Hex BB 75 AA

RGB Percentages of Color #bb75aa

%39.45
%24.68
%35.86

CMYK Percentages of Color #bb75aa

%0
%37
%9
%27

Triadic Colors of #bb75aa

#bb75aa #aabb75 #75aabb

Analogous Colors of #bb75aa

#bb75aa #bb7587 #a975bb

Monochromatic Colors of #bb75aa

#bb75aa

Complementary Color

#bb75aa #75bb86

#bb75aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb75aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb75aa Color CSS Codes

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

#bb75aa Text Font Color

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

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


#bb75aa Background Color

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

This div background color is #bb75aa


#bb75aa Border Color

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

This div border color is #bb75aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb75aa


Comments

No comments written yet.

Please login to write comment.