Color Hex Logo

#b000dc Color Hex

#B000DC
(176,0,220)
0 Favorites   0 Comments

Color spaces of #b000dc

RGB 1760220
HSL0.801.000.43
HSV288°100°86°
CMYK 0.201.000.00   0.14
XYZ30.822814.397468.8646
Yxy14.39740.27020.1262
Hunter Lab37.943978.5983-81.0450
CIE-Lab44.797581.4584-66.8523

#b000dc color RGB value is (176,0,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00000000 11011100
Octal 260 0 334
Decimal 176 0 220
Hex B0 0 DC

RGB Percentages of Color #b000dc

%44.44
%0.00
%55.56

CMYK Percentages of Color #b000dc

%20
%100
%0
%14

Triadic Colors of #b000dc

#b000dc #dcb000 #00dcb0

Analogous Colors of #b000dc

#b000dc #dc009a #4200dc

Monochromatic Colors of #b000dc

#b000dc

Complementary Color

#b000dc #2cdc00

#b000dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b000dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b000dc Color CSS Codes

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

#b000dc Text Font Color

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

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


#b000dc Background Color

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

This div background color is #b000dc


#b000dc Border Color

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

This div border color is #b000dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,0,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 #b000dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b000dc


Comments

No comments written yet.

Please login to write comment.