Color Hex Logo

#b20dba Color Hex

#B20DBA
(178,13,186)
0 Favorites   0 Comments

Color spaces of #b20dba

RGB 17813186
HSL0.830.870.39
HSV297°93°73°
CMYK 0.040.930.00   0.27
XYZ27.366913.298047.5787
Yxy13.29800.31010.1507
Hunter Lab36.466470.1424-51.8307
CIE-Lab43.208974.9554-49.6840

#b20dba color RGB value is (178,13,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00001101 10111010
Octal 262 15 272
Decimal 178 13 186
Hex B2 D BA

RGB Percentages of Color #b20dba

%47.21
%3.45
%49.34

CMYK Percentages of Color #b20dba

%4
%93
%0
%27

Triadic Colors of #b20dba

#b20dba #bab20d #0dbab2

Analogous Colors of #b20dba

#b20dba #ba0d6c #5c0dba

Monochromatic Colors of #b20dba

#b20dba

Complementary Color

#b20dba #15ba0d

#b20dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b20dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b20dba Color CSS Codes

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

#b20dba Text Font Color

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

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


#b20dba Background Color

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

This div background color is #b20dba


#b20dba Border Color

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

This div border color is #b20dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b20dba


Comments

No comments written yet.

Please login to write comment.