color codes Logo

#b012db color codes

#B012DB
(176,18,219)
0 Favorites   0 Comments

Color spaces of #b012db

RGB 17618219
HSL0.800.850.46
HSV287°92°86°
CMYK 0.200.920.00   0.14
XYZ30.907014.777268.2411
Yxy14.77720.27130.1297
Hunter Lab38.441176.2436-78.3435
CIE-Lab45.327579.4865-65.4188

#b012db color RGB value is (176,18,219).

#b012db hex color red value is 176, green value is 18 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b012db hue: 0.80 , saturation: 0.85 and the lightness value of b012db is 0.46.

The process color (four color CMYK) of #b012db color code is 0.20, 0.92, 0.00, 0.14. Web safe color of #b012db is #9900cc. Color #b012db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00010010 11011011
Octal 260 22 333
Decimal 176 18 219
Hex B0 12 DB

RGB Percentages of Color #b012db

%42.62
%4.36
%53.03

CMYK Percentages of Color #b012db

%20
%92
%0
%14

Triadic Colors of #b012db

#b012db #dbb012 #12dbb0

Analogous Colors of #b012db

#b012db #db12a2 #4c12db

Monochromatic Colors of #b012db

#b012db

Complementary Color

#b012db #3ddb12

#b012db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b012db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b012db Color CSS Codes

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

#b012db Text Font Color

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

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


#b012db Background Color

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

This div background color is #b012db


#b012db Border Color

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

This div border color is #b012db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,18,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b012db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b012db;
  -webkit-box-shadow: 1px 1px 3px 2px #b012db;
  box-shadow:         1px 1px 3px 2px #b012db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,18,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b012db


Comments

No comments written yet.

Please login to write comment.