Color Hex Logo

#b912db Color Hex

#B912DB
(185,18,219)
0 Favorites   0 Comments

Color spaces of #b912db

RGB 18518219
HSL0.810.850.46
HSV290°92°86°
CMYK 0.160.920.00   0.14
XYZ33.010115.861468.3396
Yxy15.86140.28160.1353
Hunter Lab39.826478.2536-73.8595
CIE-Lab46.792180.8018-62.9760

#b912db color RGB value is (185,18,219).

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

The process color (four color CMYK) of #b912db color hex is 0.16, 0.92, 0.00, 0.14. Web safe color of #b912db is #cc00cc. Color #b912db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00010010 11011011
Octal 271 22 333
Decimal 185 18 219
Hex B9 12 DB

RGB Percentages of Color #b912db

%43.84
%4.27
%51.90

CMYK Percentages of Color #b912db

%16
%92
%0
%14

Triadic Colors of #b912db

#b912db #dbb912 #12dbb9

Analogous Colors of #b912db

#b912db #db1299 #5512db

Monochromatic Colors of #b912db

#b912db

Complementary Color

#b912db #34db12

#b912db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b912db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b912db Color CSS Codes

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

#b912db Text Font Color

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

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


#b912db Background Color

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

This div background color is #b912db


#b912db Border Color

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

This div border color is #b912db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b912db


Comments

No comments written yet.

Please login to write comment.