Color Hex Logo

#b21bcd Color Hex

#B21BCD
(178,27,205)
0 Favorites   0 Comments

Color spaces of #b21bcd

RGB 17827205
HSL0.810.770.45
HSV291°87°80°
CMYK 0.130.870.00   0.20
XYZ29.771514.656659.0175
Yxy14.65660.28780.1417
Hunter Lab38.283971.8136-64.6011
CIE-Lab45.160275.9443-57.6199

#b21bcd color RGB value is (178,27,205).

#b21bcd hex color red value is 178, green value is 27 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b21bcd hue: 0.81 , saturation: 0.77 and the lightness value of b21bcd is 0.45.

The process color (four color CMYK) of #b21bcd color hex is 0.13, 0.87, 0.00, 0.20. Web safe color of #b21bcd is #9933cc. Color #b21bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00011011 11001101
Octal 262 33 315
Decimal 178 27 205
Hex B2 1B CD

RGB Percentages of Color #b21bcd

%43.41
%6.59
%50.00

CMYK Percentages of Color #b21bcd

%13
%87
%0
%20

Triadic Colors of #b21bcd

#b21bcd #cdb21b #1bcdb2

Analogous Colors of #b21bcd

#b21bcd #cd1b8f #591bcd

Monochromatic Colors of #b21bcd

#b21bcd

Complementary Color

#b21bcd #36cd1b

#b21bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b21bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b21bcd Color CSS Codes

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

#b21bcd Text Font Color

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

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


#b21bcd Background Color

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

This div background color is #b21bcd


#b21bcd Border Color

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

This div border color is #b21bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b21bcd


Comments

No comments written yet.

Please login to write comment.