Color Hex Logo

#b20880 Color Hex

#B20880
(178,8,128)
0 Favorites   0 Comments

Color spaces of #b20880

RGB 1788128
HSL0.880.910.36
HSV318°96°70°
CMYK 0.000.960.28   0.30
XYZ22.343211.197221.4057
Yxy11.19720.40660.2038
Hunter Lab33.462260.6281-14.5041
CIE-Lab39.910667.5891-19.8952

#b20880 color RGB value is (178,8,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00001000 10000000
Octal 262 10 200
Decimal 178 8 128
Hex B2 8 80

RGB Percentages of Color #b20880

%56.69
%2.55
%40.76

CMYK Percentages of Color #b20880

%0
%96
%28
%30

Triadic Colors of #b20880

#b20880 #80b208 #0880b2

Analogous Colors of #b20880

#b20880 #b2082b #8f08b2

Monochromatic Colors of #b20880

#b20880

Complementary Color

#b20880 #08b23a

#b20880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b20880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b20880 Color CSS Codes

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

#b20880 Text Font Color

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

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


#b20880 Background Color

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

This div background color is #b20880


#b20880 Border Color

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

This div border color is #b20880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b20880


Comments

No comments written yet.

Please login to write comment.