Color Hex Logo

#b813db Color Hex

#B813DB
(184,19,219)
0 Favorites   0 Comments

Color spaces of #b813db

RGB 18419219
HSL0.800.840.47
HSV290°91°86°
CMYK 0.160.910.00   0.14
XYZ32.786215.770668.3338
Yxy15.77060.28050.1349
Hunter Lab39.712277.8723-74.2232
CIE-Lab46.672180.5228-63.1781

#b813db color RGB value is (184,19,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00010011 11011011
Octal 270 23 333
Decimal 184 19 219
Hex B8 13 DB

RGB Percentages of Color #b813db

%43.60
%4.50
%51.90

CMYK Percentages of Color #b813db

%16
%91
%0
%14

Triadic Colors of #b813db

#b813db #dbb813 #13dbb8

Analogous Colors of #b813db

#b813db #db139a #5413db

Monochromatic Colors of #b813db

#b813db

Complementary Color

#b813db #36db13

#b813db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b813db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b813db Color CSS Codes

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

#b813db Text Font Color

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

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


#b813db Background Color

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

This div background color is #b813db


#b813db Border Color

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

This div border color is #b813db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b813db


Comments

No comments written yet.

Please login to write comment.