Color Hex Logo

#bb70bd Color Hex

#BB70BD
(187,112,189)
0 Favorites   0 Comments

Color spaces of #bb70bd

RGB 187112189
HSL0.830.370.59
HSV298°41°74°
CMYK 0.010.410.00   0.26
XYZ35.473025.827351.2596
Yxy25.82730.31510.2295
Hunter Lab50.820635.6579-24.2278
CIE-Lab57.872841.5724-28.2184

#bb70bd color RGB value is (187,112,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110000 10111101
Octal 273 160 275
Decimal 187 112 189
Hex BB 70 BD

RGB Percentages of Color #bb70bd

%38.32
%22.95
%38.73

CMYK Percentages of Color #bb70bd

%1
%41
%0
%26

Triadic Colors of #bb70bd

#bb70bd #bdbb70 #70bdbb

Analogous Colors of #bb70bd

#bb70bd #bd7099 #9570bd

Monochromatic Colors of #bb70bd

#bb70bd

Complementary Color

#bb70bd #72bd70

#bb70bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb70bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb70bd Color CSS Codes

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

#bb70bd Text Font Color

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

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


#bb70bd Background Color

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

This div background color is #bb70bd


#bb70bd Border Color

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

This div border color is #bb70bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb70bd


Comments

No comments written yet.

Please login to write comment.