Color Hex Logo

#b21d78 Color Hex

#B21D78
(178,29,120)
0 Favorites   0 Comments

Color spaces of #b21d78

RGB 17829120
HSL0.900.720.41
HSV323°84°70°
CMYK 0.000.840.33   0.30
XYZ22.189611.699818.8581
Yxy11.69980.42070.2218
Hunter Lab34.205055.9386-8.7447
CIE-Lab40.735063.3272-13.6643

#b21d78 color RGB value is (178,29,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00011101 01111000
Octal 262 35 170
Decimal 178 29 120
Hex B2 1D 78

RGB Percentages of Color #b21d78

%54.43
%8.87
%36.70

CMYK Percentages of Color #b21d78

%0
%84
%33
%30

Triadic Colors of #b21d78

#b21d78 #78b21d #1d78b2

Analogous Colors of #b21d78

#b21d78 #b21d2e #a21db2

Monochromatic Colors of #b21d78

#b21d78

Complementary Color

#b21d78 #1db257

#b21d78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b21d78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b21d78 Color CSS Codes

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

#b21d78 Text Font Color

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

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


#b21d78 Background Color

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

This div background color is #b21d78


#b21d78 Border Color

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

This div border color is #b21d78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b21d78


Comments

No comments written yet.

Please login to write comment.