Color Hex Logo

#b20fba Color Hex

#B20FBA
(178,15,186)
0 Favorites   0 Comments

Color spaces of #b20fba

RGB 17815186
HSL0.830.850.39
HSV297°92°73°
CMYK 0.040.920.00   0.27
XYZ27.393813.351847.5877
Yxy13.35180.31010.1512
Hunter Lab36.540169.8747-51.6377
CIE-Lab43.288674.7198-49.5560

#b20fba color RGB value is (178,15,186).

#b20fba hex color red value is 178, green value is 15 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b20fba hue: 0.83 , saturation: 0.85 and the lightness value of b20fba is 0.39.

The process color (four color CMYK) of #b20fba color hex is 0.04, 0.92, 0.00, 0.27. Web safe color of #b20fba is #9900cc. Color #b20fba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00001111 10111010
Octal 262 17 272
Decimal 178 15 186
Hex B2 F BA

RGB Percentages of Color #b20fba

%46.97
%3.96
%49.08

CMYK Percentages of Color #b20fba

%4
%92
%0
%27

Triadic Colors of #b20fba

#b20fba #bab20f #0fbab2

Analogous Colors of #b20fba

#b20fba #ba0f6d #5c0fba

Monochromatic Colors of #b20fba

#b20fba

Complementary Color

#b20fba #17ba0f

#b20fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b20fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b20fba Color CSS Codes

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

#b20fba Text Font Color

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

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


#b20fba Background Color

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

This div background color is #b20fba


#b20fba Border Color

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

This div border color is #b20fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b20fba


Comments

No comments written yet.

Please login to write comment.