Color Hex Logo

#b490db Color Hex

#B490DB
(180,144,219)
0 Favorites   0 Comments

Color spaces of #b490db

RGB 180144219
HSL0.750.510.71
HSV269°34°86°
CMYK 0.180.340.00   0.14
XYZ41.581834.764371.5364
Yxy34.76430.28120.2351
Hunter Lab58.961322.7030-30.6624
CIE-Lab65.564727.9976-33.2389

#b490db color RGB value is (180,144,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010000 11011011
Octal 264 220 333
Decimal 180 144 219
Hex B4 90 DB

RGB Percentages of Color #b490db

%33.15
%26.52
%40.33

CMYK Percentages of Color #b490db

%18
%34
%0
%14

Triadic Colors of #b490db

#b490db #dbb490 #90dbb4

Analogous Colors of #b490db

#b490db #da90db #9092db

Monochromatic Colors of #b490db

#b490db

Complementary Color

#b490db #b7db90

#b490db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b490db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b490db Color CSS Codes

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

#b490db Text Font Color

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

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


#b490db Background Color

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

This div background color is #b490db


#b490db Border Color

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

This div border color is #b490db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b490db


Comments

No comments written yet.

Please login to write comment.