Color Hex Logo

#b20cc1 Color Hex

#B20CC1
(178,12,193)
0 Favorites   0 Comments

Color spaces of #b20cc1

RGB 17812193
HSL0.820.880.40
HSV295°94°76°
CMYK 0.080.940.00   0.24
XYZ28.117213.578251.5910
Yxy13.57820.30140.1456
Hunter Lab36.848671.7187-57.2167
CIE-Lab43.621876.1655-53.1235

#b20cc1 color RGB value is (178,12,193).

#b20cc1 hex color red value is 178, green value is 12 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #b20cc1 hue: 0.82 , saturation: 0.88 and the lightness value of b20cc1 is 0.40.

The process color (four color CMYK) of #b20cc1 color hex is 0.08, 0.94, 0.00, 0.24. Web safe color of #b20cc1 is #9900cc. Color #b20cc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00001100 11000001
Octal 262 14 301
Decimal 178 12 193
Hex B2 C C1

RGB Percentages of Color #b20cc1

%46.48
%3.13
%50.39

CMYK Percentages of Color #b20cc1

%8
%94
%0
%24

Triadic Colors of #b20cc1

#b20cc1 #c1b20c #0cc1b2

Analogous Colors of #b20cc1

#b20cc1 #c10c76 #580cc1

Monochromatic Colors of #b20cc1

#b20cc1

Complementary Color

#b20cc1 #1bc10c

#b20cc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b20cc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b20cc1 Color CSS Codes

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

#b20cc1 Text Font Color

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

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


#b20cc1 Background Color

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

This div background color is #b20cc1


#b20cc1 Border Color

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

This div border color is #b20cc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b20cc1


Comments

No comments written yet.

Please login to write comment.