Color Hex Logo

#b212db Color Hex

#B212DB
(178,18,219)
0 Favorites   0 Comments

Color spaces of #b212db

RGB 17818219
HSL0.800.850.46
HSV288°92°86°
CMYK 0.190.920.00   0.14
XYZ31.362615.012168.2625
Yxy15.01210.27360.1310
Hunter Lab38.745576.6827-77.3365
CIE-Lab45.650879.7744-64.8794

#b212db color RGB value is (178,18,219).

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

The process color (four color CMYK) of #b212db color hex is 0.19, 0.92, 0.00, 0.14. Web safe color of #b212db is #9900cc. Color #b212db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00010010 11011011
Octal 262 22 333
Decimal 178 18 219
Hex B2 12 DB

RGB Percentages of Color #b212db

%42.89
%4.34
%52.77

CMYK Percentages of Color #b212db

%19
%92
%0
%14

Triadic Colors of #b212db

#b212db #dbb212 #12dbb2

Analogous Colors of #b212db

#b212db #db12a0 #4e12db

Monochromatic Colors of #b212db

#b212db

Complementary Color

#b212db #3bdb12

#b212db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b212db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b212db Color CSS Codes

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

#b212db Text Font Color

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

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


#b212db Background Color

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

This div background color is #b212db


#b212db Border Color

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

This div border color is #b212db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b212db


Comments

No comments written yet.

Please login to write comment.