Color Hex Logo

#bb94af Color Hex

#BB94AF
(187,148,175)
1 Favorites   0 Comments

Color spaces of #bb94af

RGB 187148175
HSL0.880.220.66
HSV318°21°73°
CMYK 0.000.210.06   0.27
XYZ38.821334.839745.2361
Yxy34.83970.32650.2930
Hunter Lab59.025214.1068-4.1215
CIE-Lab65.623719.1510-8.5049

#bb94af color RGB value is (187,148,175).

#bb94af hex color red value is 187, green value is 148 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bb94af hue: 0.88 , saturation: 0.22 and the lightness value of bb94af is 0.66.

The process color (four color CMYK) of #bb94af color hex is 0.00, 0.21, 0.06, 0.27. Web safe color of #bb94af is #cc9999. Color #bb94af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010100 10101111
Octal 273 224 257
Decimal 187 148 175
Hex BB 94 AF

RGB Percentages of Color #bb94af

%36.67
%29.02
%34.31

CMYK Percentages of Color #bb94af

%0
%21
%6
%27

Triadic Colors of #bb94af

#bb94af #afbb94 #94afbb

Analogous Colors of #bb94af

#bb94af #bb949c #b494bb

Monochromatic Colors of #bb94af

#bb94af

Complementary Color

#bb94af #94bba0

#bb94af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb94af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb94af Color CSS Codes

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

#bb94af Text Font Color

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

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


#bb94af Background Color

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

This div background color is #bb94af


#bb94af Border Color

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

This div border color is #bb94af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb94af

#bb94af Color Palettes


Comments

No comments written yet.

Please login to write comment.