Color Hex Logo

#bba1cf Color Hex

#BBA1CF
(187,161,207)
0 Favorites   0 Comments

Color spaces of #bba1cf

RGB 187161207
HSL0.760.320.72
HSV274°22°81°
CMYK 0.100.220.00   0.19
XYZ44.500940.559564.5148
Yxy40.55950.29750.2712
Hunter Lab63.686313.2760-15.4808
CIE-Lab69.866218.1389-19.9370

#bba1cf color RGB value is (187,161,207).

#bba1cf hex color red value is 187, green value is 161 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bba1cf hue: 0.76 , saturation: 0.32 and the lightness value of bba1cf is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100001 11001111
Octal 273 241 317
Decimal 187 161 207
Hex BB A1 CF

RGB Percentages of Color #bba1cf

%33.69
%29.01
%37.30

CMYK Percentages of Color #bba1cf

%10
%22
%0
%19

Triadic Colors of #bba1cf

#bba1cf #cfbba1 #a1cfbb

Analogous Colors of #bba1cf

#bba1cf #cfa1cc #a4a1cf

Monochromatic Colors of #bba1cf

#bba1cf

Complementary Color

#bba1cf #b5cfa1

#bba1cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba1cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba1cf Color CSS Codes

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

#bba1cf Text Font Color

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

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


#bba1cf Background Color

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

This div background color is #bba1cf


#bba1cf Border Color

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

This div border color is #bba1cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba1cf


Comments

No comments written yet.

Please login to write comment.