Color Hex Logo

#b462db Color Hex

#B462DB
(180,98,219)
0 Favorites   0 Comments

Color spaces of #b462db

RGB 18098219
HSL0.780.630.62
HSV281°55°86°
CMYK 0.180.550.00   0.14
XYZ35.976323.553169.6679
Yxy23.55310.27850.1823
Hunter Lab48.531547.3914-51.1398
CIE-Lab55.637552.9015-48.8276

#b462db color RGB value is (180,98,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100010 11011011
Octal 264 142 333
Decimal 180 98 219
Hex B4 62 DB

RGB Percentages of Color #b462db

%36.22
%19.72
%44.06

CMYK Percentages of Color #b462db

%18
%55
%0
%14

Triadic Colors of #b462db

#b462db #dbb462 #62dbb4

Analogous Colors of #b462db

#b462db #db62c6 #7862db

Monochromatic Colors of #b462db

#b462db

Complementary Color

#b462db #89db62

#b462db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b462db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b462db Color CSS Codes

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

#b462db Text Font Color

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

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


#b462db Background Color

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

This div background color is #b462db


#b462db Border Color

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

This div border color is #b462db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b462db


Comments

No comments written yet.

Please login to write comment.