Color Hex Logo

#b011dd Color Hex

#B011DD
(176,17,221)
0 Favorites   0 Comments

Color spaces of #b011dd

RGB 17617221
HSL0.800.860.47
HSV287°92°87°
CMYK 0.200.920.00   0.13
XYZ31.156114.851569.6311
Yxy14.85150.26940.1284
Hunter Lab38.537676.8690-80.1508
CIE-Lab45.430179.9655-66.3962

#b011dd color RGB value is (176,17,221).

#b011dd hex color red value is 176, green value is 17 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b011dd hue: 0.80 , saturation: 0.86 and the lightness value of b011dd is 0.47.

The process color (four color CMYK) of #b011dd color hex is 0.20, 0.92, 0.00, 0.13. Web safe color of #b011dd is #9900cc. Color #b011dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00010001 11011101
Octal 260 21 335
Decimal 176 17 221
Hex B0 11 DD

RGB Percentages of Color #b011dd

%42.51
%4.11
%53.38

CMYK Percentages of Color #b011dd

%20
%92
%0
%13

Triadic Colors of #b011dd

#b011dd #ddb011 #11ddb0

Analogous Colors of #b011dd

#b011dd #dd11a4 #4a11dd

Monochromatic Colors of #b011dd

#b011dd

Complementary Color

#b011dd #3edd11

#b011dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b011dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b011dd Color CSS Codes

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

#b011dd Text Font Color

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

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


#b011dd Background Color

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

This div background color is #b011dd


#b011dd Border Color

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

This div border color is #b011dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b011dd


Comments

No comments written yet.

Please login to write comment.