Color Hex Logo

#b011cd Color Hex

#B011CD
(176,17,205)
0 Favorites   0 Comments

Color spaces of #b011cd

RGB 17617205
HSL0.810.850.44
HSV291°92°80°
CMYK 0.140.920.00   0.20
XYZ29.124414.038858.9323
Yxy14.03880.28530.1375
Hunter Lab37.468473.1794-67.0266
CIE-Lab44.288577.2233-59.0443

#b011cd color RGB value is (176,17,205).

#b011cd hex color red value is 176, green value is 17 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b011cd hue: 0.81 , saturation: 0.85 and the lightness value of b011cd is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00010001 11001101
Octal 260 21 315
Decimal 176 17 205
Hex B0 11 CD

RGB Percentages of Color #b011cd

%44.22
%4.27
%51.51

CMYK Percentages of Color #b011cd

%14
%92
%0
%20

Triadic Colors of #b011cd

#b011cd #cdb011 #11cdb0

Analogous Colors of #b011cd

#b011cd #cd118c #5211cd

Monochromatic Colors of #b011cd

#b011cd

Complementary Color

#b011cd #2ecd11

#b011cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b011cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b011cd Color CSS Codes

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

#b011cd Text Font Color

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

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


#b011cd Background Color

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

This div background color is #b011cd


#b011cd Border Color

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

This div border color is #b011cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b011cd


Comments

No comments written yet.

Please login to write comment.