Color Hex Logo

#b21dcd Color Hex

#B21DCD
(178,29,205)
0 Favorites   0 Comments

Color spaces of #b21dcd

RGB 17829205
HSL0.810.750.46
HSV291°86°80°
CMYK 0.130.860.00   0.20
XYZ29.818914.751559.0333
Yxy14.75150.28780.1424
Hunter Lab38.407771.3701-64.2444
CIE-Lab45.291975.5566-57.4073

#b21dcd color RGB value is (178,29,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00011101 11001101
Octal 262 35 315
Decimal 178 29 205
Hex B2 1D CD

RGB Percentages of Color #b21dcd

%43.20
%7.04
%49.76

CMYK Percentages of Color #b21dcd

%13
%86
%0
%20

Triadic Colors of #b21dcd

#b21dcd #cdb21d #1dcdb2

Analogous Colors of #b21dcd

#b21dcd #cd1d90 #5a1dcd

Monochromatic Colors of #b21dcd

#b21dcd

Complementary Color

#b21dcd #38cd1d

#b21dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b21dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b21dcd Color CSS Codes

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

#b21dcd Text Font Color

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

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


#b21dcd Background Color

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

This div background color is #b21dcd


#b21dcd Border Color

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

This div border color is #b21dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b21dcd


Comments

No comments written yet.

Please login to write comment.