Color Hex Logo

#b00bdc Color Hex

#B00BDC
(176,11,220)
0 Favorites   0 Comments

Color spaces of #b00bdc

RGB 17611220
HSL0.800.900.45
HSV287°95°86°
CMYK 0.200.950.00   0.14
XYZ30.942414.636868.9045
Yxy14.63680.27030.1279
Hunter Lab38.258177.4158-80.0033
CIE-Lab45.132780.4576-66.3076

#b00bdc color RGB value is (176,11,220).

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

The process color (four color CMYK) of #b00bdc color hex is 0.20, 0.95, 0.00, 0.14. Web safe color of #b00bdc is #9900cc. Color #b00bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00001011 11011100
Octal 260 13 334
Decimal 176 11 220
Hex B0 B DC

RGB Percentages of Color #b00bdc

%43.24
%2.70
%54.05

CMYK Percentages of Color #b00bdc

%20
%95
%0
%14

Triadic Colors of #b00bdc

#b00bdc #dcb00b #0bdcb0

Analogous Colors of #b00bdc

#b00bdc #dc0ba0 #480bdc

Monochromatic Colors of #b00bdc

#b00bdc

Complementary Color

#b00bdc #37dc0b

#b00bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b00bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b00bdc Color CSS Codes

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

#b00bdc Text Font Color

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

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


#b00bdc Background Color

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

This div background color is #b00bdc


#b00bdc Border Color

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

This div border color is #b00bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b00bdc


Comments

No comments written yet.

Please login to write comment.