Color Hex Logo

#bb6fbd Color Hex

#BB6FBD
(187,111,189)
0 Favorites   0 Comments

Color spaces of #bb6fbd

RGB 187111189
HSL0.830.370.59
HSV298°41°74°
CMYK 0.010.410.00   0.26
XYZ35.363325.607851.2231
Yxy25.60780.31520.2282
Hunter Lab50.604236.1825-24.5923
CIE-Lab57.662942.1056-28.5433

#bb6fbd color RGB value is (187,111,189).

#bb6fbd hex color red value is 187, green value is 111 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bb6fbd hue: 0.83 , saturation: 0.37 and the lightness value of bb6fbd is 0.59.

The process color (four color CMYK) of #bb6fbd color hex is 0.01, 0.41, 0.00, 0.26. Web safe color of #bb6fbd is #cc66cc. Color #bb6fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101111 10111101
Octal 273 157 275
Decimal 187 111 189
Hex BB 6F BD

RGB Percentages of Color #bb6fbd

%38.40
%22.79
%38.81

CMYK Percentages of Color #bb6fbd

%1
%41
%0
%26

Triadic Colors of #bb6fbd

#bb6fbd #bdbb6f #6fbdbb

Analogous Colors of #bb6fbd

#bb6fbd #bd6f98 #946fbd

Monochromatic Colors of #bb6fbd

#bb6fbd

Complementary Color

#bb6fbd #71bd6f

#bb6fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb6fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb6fbd Color CSS Codes

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

#bb6fbd Text Font Color

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

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


#bb6fbd Background Color

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

This div background color is #bb6fbd


#bb6fbd Border Color

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

This div border color is #bb6fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb6fbd


Comments

No comments written yet.

Please login to write comment.