Color Hex Logo

#b21dad Color Hex

#B21DAD
(178,29,173)
0 Favorites   0 Comments

Color spaces of #b21dad

RGB 17829173
HSL0.840.720.41
HSV302°84°70°
CMYK 0.000.840.03   0.30
XYZ26.342313.360840.7257
Yxy13.36080.32750.1661
Hunter Lab36.552464.6731-40.4726
CIE-Lab43.301970.3814-41.8560

#b21dad color RGB value is (178,29,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00011101 10101101
Octal 262 35 255
Decimal 178 29 173
Hex B2 1D AD

RGB Percentages of Color #b21dad

%46.84
%7.63
%45.53

CMYK Percentages of Color #b21dad

%0
%84
%3
%30

Triadic Colors of #b21dad

#b21dad #adb21d #1dadb2

Analogous Colors of #b21dad

#b21dad #b21d63 #6d1db2

Monochromatic Colors of #b21dad

#b21dad

Complementary Color

#b21dad #1db222

#b21dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b21dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b21dad Color CSS Codes

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

#b21dad Text Font Color

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

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


#b21dad Background Color

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

This div background color is #b21dad


#b21dad Border Color

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

This div border color is #b21dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b21dad


Comments

No comments written yet.

Please login to write comment.