Color Hex Logo

#b20172 Color Hex

#B20172
(178,1,114)
0 Favorites   0 Comments

Color spaces of #b20172

RGB 1781114
HSL0.890.990.35
HSV322°99°70°
CMYK 0.000.990.36   0.30
XYZ21.408210.701616.8569
Yxy10.70160.43720.2185
Hunter Lab32.713359.5655-7.6523
CIE-Lab39.073366.8325-12.4374

#b20172 color RGB value is (178,1,114).

#b20172 hex color red value is 178, green value is 1 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #b20172 hue: 0.89 , saturation: 0.99 and the lightness value of b20172 is 0.35.

The process color (four color CMYK) of #b20172 color hex is 0.00, 0.99, 0.36, 0.30. Web safe color of #b20172 is #990066. Color #b20172 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00000001 01110010
Octal 262 1 162
Decimal 178 1 114
Hex B2 1 72

RGB Percentages of Color #b20172

%60.75
%0.34
%38.91

CMYK Percentages of Color #b20172

%0
%99
%36
%30

Triadic Colors of #b20172

#b20172 #72b201 #0172b2

Analogous Colors of #b20172

#b20172 #b20119 #9a01b2

Monochromatic Colors of #b20172

#b20172

Complementary Color

#b20172 #01b241

#b20172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b20172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b20172 Color CSS Codes

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

#b20172 Text Font Color

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

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


#b20172 Background Color

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

This div background color is #b20172


#b20172 Border Color

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

This div border color is #b20172


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b20172


Comments

No comments written yet.

Please login to write comment.