Color Hex Logo

#bd0bbb Color Hex

#BD0BBB
(189,11,187)
0 Favorites   0 Comments

Color spaces of #bd0bbb

RGB 18911187
HSL0.840.890.39
HSV301°94°74°
CMYK 0.000.940.01   0.26
XYZ30.075614.646048.2555
Yxy14.64600.32350.1575
Hunter Lab38.270173.3064-47.9708
CIE-Lab45.145577.1601-47.0612

#bd0bbb color RGB value is (189,11,187).

#bd0bbb hex color red value is 189, green value is 11 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #bd0bbb hue: 0.84 , saturation: 0.89 and the lightness value of bd0bbb is 0.39.

The process color (four color CMYK) of #bd0bbb color hex is 0.00, 0.94, 0.01, 0.26. Web safe color of #bd0bbb is #cc00cc. Color #bd0bbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00001011 10111011
Octal 275 13 273
Decimal 189 11 187
Hex BD B BB

RGB Percentages of Color #bd0bbb

%48.84
%2.84
%48.32

CMYK Percentages of Color #bd0bbb

%0
%94
%1
%26

Triadic Colors of #bd0bbb

#bd0bbb #bbbd0b #0bbbbd

Analogous Colors of #bd0bbb

#bd0bbb #bd0b62 #660bbd

Monochromatic Colors of #bd0bbb

#bd0bbb

Complementary Color

#bd0bbb #0bbd0d

#bd0bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd0bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd0bbb Color CSS Codes

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

#bd0bbb Text Font Color

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

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


#bd0bbb Background Color

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

This div background color is #bd0bbb


#bd0bbb Border Color

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

This div border color is #bd0bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd0bbb


Comments

No comments written yet.

Please login to write comment.