Color Hex Logo

#b20180 Color Hex

#B20180
(178,1,128)
0 Favorites   0 Comments

Color spaces of #b20180

RGB 1781128
HSL0.880.990.35
HSV317°99°70°
CMYK 0.000.990.28   0.30
XYZ22.267211.045221.3804
Yxy11.04520.40710.2019
Hunter Lab33.234361.4360-14.8786
CIE-Lab39.656568.3343-20.2876

#b20180 color RGB value is (178,1,128).

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

The process color (four color CMYK) of #b20180 color hex is 0.00, 0.99, 0.28, 0.30. Web safe color of #b20180 is #990099. Color #b20180 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00000001 10000000
Octal 262 1 200
Decimal 178 1 128
Hex B2 1 80

RGB Percentages of Color #b20180

%57.98
%0.33
%41.69

CMYK Percentages of Color #b20180

%0
%99
%28
%30

Triadic Colors of #b20180

#b20180 #80b201 #0180b2

Analogous Colors of #b20180

#b20180 #b20127 #8c01b2

Monochromatic Colors of #b20180

#b20180

Complementary Color

#b20180 #01b233

#b20180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b20180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b20180 Color CSS Codes

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

#b20180 Text Font Color

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

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


#b20180 Background Color

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

This div background color is #b20180


#b20180 Border Color

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

This div border color is #b20180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b20180


Comments

No comments written yet.

Please login to write comment.