Color Hex Logo

#b21bdd Color Hex

#B21BDD
(178,27,221)
0 Favorites   0 Comments

Color spaces of #b21bdd

RGB 17827221
HSL0.800.780.49
HSV287°88°87°
CMYK 0.190.880.00   0.13
XYZ31.803215.469369.7163
Yxy15.46930.27180.1322
Hunter Lab39.331075.5064-77.5629
CIE-Lab46.270478.7141-65.0177

#b21bdd color RGB value is (178,27,221).

#b21bdd hex color red value is 178, green value is 27 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b21bdd hue: 0.80 , saturation: 0.78 and the lightness value of b21bdd is 0.49.

The process color (four color CMYK) of #b21bdd color hex is 0.19, 0.88, 0.00, 0.13. Web safe color of #b21bdd is #9933cc. Color #b21bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00011011 11011101
Octal 262 33 335
Decimal 178 27 221
Hex B2 1B DD

RGB Percentages of Color #b21bdd

%41.78
%6.34
%51.88

CMYK Percentages of Color #b21bdd

%19
%88
%0
%13

Triadic Colors of #b21bdd

#b21bdd #ddb21b #1bddb2

Analogous Colors of #b21bdd

#b21bdd #dd1ba7 #511bdd

Monochromatic Colors of #b21bdd

#b21bdd

Complementary Color

#b21bdd #46dd1b

#b21bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b21bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b21bdd Color CSS Codes

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

#b21bdd Text Font Color

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

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


#b21bdd Background Color

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

This div background color is #b21bdd


#b21bdd Border Color

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

This div border color is #b21bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b21bdd


Comments

No comments written yet.

Please login to write comment.