Color Hex Logo

#b812db Color Hex

#B812DB
(184,18,219)
0 Favorites   0 Comments

Color spaces of #b812db

RGB 18418219
HSL0.800.850.46
HSV290°92°86°
CMYK 0.160.920.00   0.14
XYZ32.769715.737468.3283
Yxy15.73740.28050.1347
Hunter Lab39.670478.0266-74.3518
CIE-Lab46.628180.6537-63.2494

#b812db color RGB value is (184,18,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00010010 11011011
Octal 270 22 333
Decimal 184 18 219
Hex B8 12 DB

RGB Percentages of Color #b812db

%43.71
%4.28
%52.02

CMYK Percentages of Color #b812db

%16
%92
%0
%14

Triadic Colors of #b812db

#b812db #dbb812 #12dbb8

Analogous Colors of #b812db

#b812db #db129a #5412db

Monochromatic Colors of #b812db

#b812db

Complementary Color

#b812db #35db12

#b812db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b812db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b812db Color CSS Codes

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

#b812db Text Font Color

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

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


#b812db Background Color

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

This div background color is #b812db


#b812db Border Color

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

This div border color is #b812db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b812db


Comments

No comments written yet.

Please login to write comment.