Color Hex Logo

#bb7dcb Color Hex

#BB7DCB
(187,125,203)
0 Favorites   0 Comments

Color spaces of #bb7dcb

RGB 187125203
HSL0.800.430.64
HSV288°38°80°
CMYK 0.080.380.00   0.20
XYZ38.606629.543860.1676
Yxy29.54380.30090.2302
Hunter Lab54.354231.6648-27.5833
CIE-Lab61.258637.2809-30.9166

#bb7dcb color RGB value is (187,125,203).

#bb7dcb hex color red value is 187, green value is 125 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bb7dcb hue: 0.80 , saturation: 0.43 and the lightness value of bb7dcb is 0.64.

The process color (four color CMYK) of #bb7dcb color hex is 0.08, 0.38, 0.00, 0.20. Web safe color of #bb7dcb is #cc66cc. Color #bb7dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01111101 11001011
Octal 273 175 313
Decimal 187 125 203
Hex BB 7D CB

RGB Percentages of Color #bb7dcb

%36.31
%24.27
%39.42

CMYK Percentages of Color #bb7dcb

%8
%38
%0
%20

Triadic Colors of #bb7dcb

#bb7dcb #cbbb7d #7dcbbb

Analogous Colors of #bb7dcb

#bb7dcb #cb7db4 #947dcb

Monochromatic Colors of #bb7dcb

#bb7dcb

Complementary Color

#bb7dcb #8dcb7d

#bb7dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb7dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb7dcb Color CSS Codes

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

#bb7dcb Text Font Color

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

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


#bb7dcb Background Color

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

This div background color is #bb7dcb


#bb7dcb Border Color

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

This div border color is #bb7dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb7dcb


Comments

No comments written yet.

Please login to write comment.