Color Hex Logo

#b21d73 Color Hex

#B21D73
(178,29,115)
0 Favorites   0 Comments

Color spaces of #b21d73

RGB 17829115
HSL0.900.720.41
HSV325°84°70°
CMYK 0.000.840.35   0.30
XYZ21.894011.581517.3012
Yxy11.58150.43120.2281
Hunter Lab34.031655.2815-6.3201
CIE-Lab40.543162.7810-10.8386

#b21d73 color RGB value is (178,29,115).

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

The process color (four color CMYK) of #b21d73 color hex is 0.00, 0.84, 0.35, 0.30. Web safe color of #b21d73 is #993366. Color #b21d73 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00011101 01110011
Octal 262 35 163
Decimal 178 29 115
Hex B2 1D 73

RGB Percentages of Color #b21d73

%55.28
%9.01
%35.71

CMYK Percentages of Color #b21d73

%0
%84
%35
%30

Triadic Colors of #b21d73

#b21d73 #73b21d #1d73b2

Analogous Colors of #b21d73

#b21d73 #b21d28 #a71db2

Monochromatic Colors of #b21d73

#b21d73

Complementary Color

#b21d73 #1db25c

#b21d73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b21d73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b21d73 Color CSS Codes

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

#b21d73 Text Font Color

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

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


#b21d73 Background Color

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

This div background color is #b21d73


#b21d73 Border Color

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

This div border color is #b21d73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b21d73


Comments

No comments written yet.

Please login to write comment.