Color Hex Logo

#b390db Color Hex

#B390DB
(179,144,219)
0 Favorites   0 Comments

Color spaces of #b390db

RGB 179144219
HSL0.740.510.71
HSV268°34°86°
CMYK 0.180.340.00   0.14
XYZ41.349834.644771.5256
Yxy34.64470.28030.2348
Hunter Lab58.859722.3942-30.8466
CIE-Lab65.471127.6940-33.3916

#b390db color RGB value is (179,144,219).

#b390db hex color red value is 179, green value is 144 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b390db hue: 0.74 , saturation: 0.51 and the lightness value of b390db is 0.71.

The process color (four color CMYK) of #b390db color hex is 0.18, 0.34, 0.00, 0.14. Web safe color of #b390db is #cc99cc. Color #b390db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010000 11011011
Octal 263 220 333
Decimal 179 144 219
Hex B3 90 DB

RGB Percentages of Color #b390db

%33.03
%26.57
%40.41

CMYK Percentages of Color #b390db

%18
%34
%0
%14

Triadic Colors of #b390db

#b390db #dbb390 #90dbb3

Analogous Colors of #b390db

#b390db #d990db #9093db

Monochromatic Colors of #b390db

#b390db

Complementary Color

#b390db #b8db90

#b390db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b390db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b390db Color CSS Codes

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

#b390db Text Font Color

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

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


#b390db Background Color

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

This div background color is #b390db


#b390db Border Color

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

This div border color is #b390db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b390db


Comments

No comments written yet.

Please login to write comment.