Color Hex Logo

#b21dac Color Hex

#B21DAC
(178,29,172)
0 Favorites   0 Comments

Color spaces of #b21dac

RGB 17829172
HSL0.840.720.41
HSV302°84°70°
CMYK 0.000.840.03   0.30
XYZ26.245913.322340.2179
Yxy13.32230.32900.1670
Hunter Lab36.499764.4797-39.7800
CIE-Lab43.244970.2290-41.3529

#b21dac color RGB value is (178,29,172).

#b21dac hex color red value is 178, green value is 29 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b21dac hue: 0.84 , saturation: 0.72 and the lightness value of b21dac is 0.41.

The process color (four color CMYK) of #b21dac color hex is 0.00, 0.84, 0.03, 0.30. Web safe color of #b21dac is #993399. Color #b21dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00011101 10101100
Octal 262 35 254
Decimal 178 29 172
Hex B2 1D AC

RGB Percentages of Color #b21dac

%46.97
%7.65
%45.38

CMYK Percentages of Color #b21dac

%0
%84
%3
%30

Triadic Colors of #b21dac

#b21dac #acb21d #1dacb2

Analogous Colors of #b21dac

#b21dac #b21d62 #6e1db2

Monochromatic Colors of #b21dac

#b21dac

Complementary Color

#b21dac #1db223

#b21dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b21dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b21dac Color CSS Codes

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

#b21dac Text Font Color

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

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


#b21dac Background Color

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

This div background color is #b21dac


#b21dac Border Color

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

This div border color is #b21dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b21dac

#b21dac Color Palettes


Comments

No comments written yet.

Please login to write comment.