Color Hex Logo

#b21dbd Color Hex

#B21DBD
(178,29,189)
0 Favorites   0 Comments

Color spaces of #b21dbd

RGB 17829189
HSL0.820.730.43
HSV296°85°74°
CMYK 0.060.850.00   0.26
XYZ27.984814.017849.3749
Yxy14.01780.30630.1534
Hunter Lab37.440467.8992-51.9811
CIE-Lab44.258472.8978-49.7607

#b21dbd color RGB value is (178,29,189).

#b21dbd hex color red value is 178, green value is 29 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b21dbd hue: 0.82 , saturation: 0.73 and the lightness value of b21dbd is 0.43.

The process color (four color CMYK) of #b21dbd color hex is 0.06, 0.85, 0.00, 0.26. Web safe color of #b21dbd is #9933cc. Color #b21dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00011101 10111101
Octal 262 35 275
Decimal 178 29 189
Hex B2 1D BD

RGB Percentages of Color #b21dbd

%44.95
%7.32
%47.73

CMYK Percentages of Color #b21dbd

%6
%85
%0
%26

Triadic Colors of #b21dbd

#b21dbd #bdb21d #1dbdb2

Analogous Colors of #b21dbd

#b21dbd #bd1d78 #621dbd

Monochromatic Colors of #b21dbd

#b21dbd

Complementary Color

#b21dbd #28bd1d

#b21dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b21dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b21dbd Color CSS Codes

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

#b21dbd Text Font Color

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

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


#b21dbd Background Color

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

This div background color is #b21dbd


#b21dbd Border Color

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

This div border color is #b21dbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,29,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b21dbd


Comments

No comments written yet.

Please login to write comment.