Color Hex Logo

#bb8acf Color Hex

#BB8ACF
(187,138,207)
0 Favorites   0 Comments

Color spaces of #bb8acf

RGB 187138207
HSL0.790.420.68
HSV283°33°81°
CMYK 0.100.330.00   0.19
XYZ40.844533.246763.2960
Yxy33.24670.29730.2420
Hunter Lab57.660025.5389-24.7234
CIE-Lab64.360230.9329-28.3656

#bb8acf color RGB value is (187,138,207).

#bb8acf hex color red value is 187, green value is 138 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bb8acf hue: 0.79 , saturation: 0.42 and the lightness value of bb8acf is 0.68.

The process color (four color CMYK) of #bb8acf color hex is 0.10, 0.33, 0.00, 0.19. Web safe color of #bb8acf is #cc99cc. Color #bb8acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001010 11001111
Octal 273 212 317
Decimal 187 138 207
Hex BB 8A CF

RGB Percentages of Color #bb8acf

%35.15
%25.94
%38.91

CMYK Percentages of Color #bb8acf

%10
%33
%0
%19

Triadic Colors of #bb8acf

#bb8acf #cfbb8a #8acfbb

Analogous Colors of #bb8acf

#bb8acf #cf8ac1 #998acf

Monochromatic Colors of #bb8acf

#bb8acf

Complementary Color

#bb8acf #9ecf8a

#bb8acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb8acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb8acf Color CSS Codes

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

#bb8acf Text Font Color

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

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


#bb8acf Background Color

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

This div background color is #bb8acf


#bb8acf Border Color

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

This div border color is #bb8acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb8acf


Comments

No comments written yet.

Please login to write comment.