Color Hex Logo

#bd0bad Color Hex

#BD0BAD
(189,11,173)
1 Favorites   0 Comments

Color spaces of #bd0bad

RGB 18911173
HSL0.850.890.39
HSV305°94°74°
CMYK 0.000.940.08   0.26
XYZ28.648814.075340.7420
Yxy14.07530.34320.1686
Hunter Lab37.517170.6514-38.1246
CIE-Lab44.340775.1534-40.0842

#bd0bad color RGB value is (189,11,173).

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

The process color (four color CMYK) of #bd0bad color hex is 0.00, 0.94, 0.08, 0.26. Web safe color of #bd0bad is #cc0099. Color #bd0bad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00001011 10101101
Octal 275 13 255
Decimal 189 11 173
Hex BD B AD

RGB Percentages of Color #bd0bad

%50.67
%2.95
%46.38

CMYK Percentages of Color #bd0bad

%0
%94
%8
%26

Triadic Colors of #bd0bad

#bd0bad #adbd0b #0badbd

Analogous Colors of #bd0bad

#bd0bad #bd0b54 #740bbd

Monochromatic Colors of #bd0bad

#bd0bad

Complementary Color

#bd0bad #0bbd1b

#bd0bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd0bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd0bad Color CSS Codes

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

#bd0bad Text Font Color

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

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


#bd0bad Background Color

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

This div background color is #bd0bad


#bd0bad Border Color

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

This div border color is #bd0bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd0bad


Comments

No comments written yet.

Please login to write comment.