Color Hex Logo

#bd0bdb Color Hex

#BD0BDB
(189,11,219)
0 Favorites   0 Comments

Color spaces of #bd0bdb

RGB 18911219
HSL0.810.900.45
HSV291°95°86°
CMYK 0.140.950.00   0.14
XYZ33.892116.172668.3531
Yxy16.17260.28620.1366
Hunter Lab40.215280.0577-72.6237
CIE-Lab47.200182.1459-62.2838

#bd0bdb color RGB value is (189,11,219).

#bd0bdb hex color red value is 189, green value is 11 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bd0bdb hue: 0.81 , saturation: 0.90 and the lightness value of bd0bdb is 0.45.

The process color (four color CMYK) of #bd0bdb color hex is 0.14, 0.95, 0.00, 0.14. Web safe color of #bd0bdb is #cc00cc. Color #bd0bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00001011 11011011
Octal 275 13 333
Decimal 189 11 219
Hex BD B DB

RGB Percentages of Color #bd0bdb

%45.11
%2.63
%52.27

CMYK Percentages of Color #bd0bdb

%14
%95
%0
%14

Triadic Colors of #bd0bdb

#bd0bdb #dbbd0b #0bdbbd

Analogous Colors of #bd0bdb

#bd0bdb #db0b91 #550bdb

Monochromatic Colors of #bd0bdb

#bd0bdb

Complementary Color

#bd0bdb #29db0b

#bd0bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd0bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd0bdb Color CSS Codes

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

#bd0bdb Text Font Color

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

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


#bd0bdb Background Color

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

This div background color is #bd0bdb


#bd0bdb Border Color

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

This div border color is #bd0bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd0bdb


Comments

No comments written yet.

Please login to write comment.