Color Hex Logo

#bb7fbd Color Hex

#BB7FBD
(187,127,189)
0 Favorites   0 Comments

Color spaces of #bb7fbd

RGB 187127189
HSL0.830.320.62
HSV298°33°74°
CMYK 0.010.330.00   0.26
XYZ37.268229.417751.8580
Yxy29.41770.31440.2482
Hunter Lab54.238127.7347-18.7216
CIE-Lab61.148533.4259-23.1736

#bb7fbd color RGB value is (187,127,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01111111 10111101
Octal 273 177 275
Decimal 187 127 189
Hex BB 7F BD

RGB Percentages of Color #bb7fbd

%37.18
%25.25
%37.57

CMYK Percentages of Color #bb7fbd

%1
%33
%0
%26

Triadic Colors of #bb7fbd

#bb7fbd #bdbb7f #7fbdbb

Analogous Colors of #bb7fbd

#bb7fbd #bd7fa0 #9c7fbd

Monochromatic Colors of #bb7fbd

#bb7fbd

Complementary Color

#bb7fbd #81bd7f

#bb7fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb7fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb7fbd Color CSS Codes

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

#bb7fbd Text Font Color

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

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


#bb7fbd Background Color

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

This div background color is #bb7fbd


#bb7fbd Border Color

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

This div border color is #bb7fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb7fbd


Comments

No comments written yet.

Please login to write comment.