Color Hex Logo

#b862db Color Hex

#B862DB
(184,98,219)
0 Favorites   0 Comments

Color spaces of #b862db

RGB 18498219
HSL0.790.630.62
HSV283°55°86°
CMYK 0.160.550.00   0.14
XYZ36.921024.040269.7121
Yxy24.04020.28250.1840
Hunter Lab49.030848.6095-49.9771
CIE-Lab56.128053.9259-48.0184

#b862db color RGB value is (184,98,219).

#b862db hex color red value is 184, green value is 98 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b862db hue: 0.79 , saturation: 0.63 and the lightness value of b862db is 0.62.

The process color (four color CMYK) of #b862db color hex is 0.16, 0.55, 0.00, 0.14. Web safe color of #b862db is #cc66cc. Color #b862db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100010 11011011
Octal 270 142 333
Decimal 184 98 219
Hex B8 62 DB

RGB Percentages of Color #b862db

%36.73
%19.56
%43.71

CMYK Percentages of Color #b862db

%16
%55
%0
%14

Triadic Colors of #b862db

#b862db #dbb862 #62dbb8

Analogous Colors of #b862db

#b862db #db62c2 #7c62db

Monochromatic Colors of #b862db

#b862db

Complementary Color

#b862db #85db62

#b862db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b862db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b862db Color CSS Codes

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

#b862db Text Font Color

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

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


#b862db Background Color

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

This div background color is #b862db


#b862db Border Color

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

This div border color is #b862db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b862db


Comments

No comments written yet.

Please login to write comment.