Color Hex Logo

#b21378 Color Hex

#B21378
(178,19,120)
0 Favorites   0 Comments

Color spaces of #b21378

RGB 17819120
HSL0.890.810.39
HSV322°89°70°
CMYK 0.000.890.33   0.30
XYZ21.983111.286818.7892
Yxy11.28680.42230.2168
Hunter Lab33.595858.0070-9.6421
CIE-Lab40.059465.2812-14.6931

#b21378 color RGB value is (178,19,120).

#b21378 hex color red value is 178, green value is 19 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #b21378 hue: 0.89 , saturation: 0.81 and the lightness value of b21378 is 0.39.

The process color (four color CMYK) of #b21378 color hex is 0.00, 0.89, 0.33, 0.30. Web safe color of #b21378 is #990066. Color #b21378 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00010011 01111000
Octal 262 23 170
Decimal 178 19 120
Hex B2 13 78

RGB Percentages of Color #b21378

%56.15
%5.99
%37.85

CMYK Percentages of Color #b21378

%0
%89
%33
%30

Triadic Colors of #b21378

#b21378 #78b213 #1378b2

Analogous Colors of #b21378

#b21378 #b21329 #9d13b2

Monochromatic Colors of #b21378

#b21378

Complementary Color

#b21378 #13b24d

#b21378 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b21378 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b21378 Color CSS Codes

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

#b21378 Text Font Color

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

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


#b21378 Background Color

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

This div background color is #b21378


#b21378 Border Color

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

This div border color is #b21378


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,19,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 #b21378">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b21378


Comments

No comments written yet.

Please login to write comment.