Color Hex Logo

#b362db Color Hex

#B362DB
(179,98,219)
0 Favorites   0 Comments

Color spaces of #b362db

RGB 17998219
HSL0.780.630.62
HSV280°55°86°
CMYK 0.180.550.00   0.14
XYZ35.744323.433569.6570
Yxy23.43350.27740.1819
Hunter Lab48.408247.0891-51.4297
CIE-Lab55.516152.6459-49.0280

#b362db color RGB value is (179,98,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01100010 11011011
Octal 263 142 333
Decimal 179 98 219
Hex B3 62 DB

RGB Percentages of Color #b362db

%36.09
%19.76
%44.15

CMYK Percentages of Color #b362db

%18
%55
%0
%14

Triadic Colors of #b362db

#b362db #dbb362 #62dbb3

Analogous Colors of #b362db

#b362db #db62c7 #7762db

Monochromatic Colors of #b362db

#b362db

Complementary Color

#b362db #8adb62

#b362db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b362db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b362db Color CSS Codes

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

#b362db Text Font Color

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

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


#b362db Background Color

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

This div background color is #b362db


#b362db Border Color

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

This div border color is #b362db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b362db


Comments

No comments written yet.

Please login to write comment.