Color Hex Logo

#b485db Color Hex

#B485DB
(180,133,219)
0 Favorites   0 Comments

Color spaces of #b485db

RGB 180133219
HSL0.760.540.69
HSV273°39°86°
CMYK 0.180.390.00   0.14
XYZ39.996131.592871.0078
Yxy31.59280.28050.2216
Hunter Lab56.207528.6539-35.5568
CIE-Lab63.004934.1439-37.2231

#b485db color RGB value is (180,133,219).

#b485db hex color red value is 180, green value is 133 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b485db hue: 0.76 , saturation: 0.54 and the lightness value of b485db is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000101 11011011
Octal 264 205 333
Decimal 180 133 219
Hex B4 85 DB

RGB Percentages of Color #b485db

%33.83
%25.00
%41.17

CMYK Percentages of Color #b485db

%18
%39
%0
%14

Triadic Colors of #b485db

#b485db #dbb485 #85dbb4

Analogous Colors of #b485db

#b485db #db85d7 #8985db

Monochromatic Colors of #b485db

#b485db

Complementary Color

#b485db #acdb85

#b485db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b485db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b485db Color CSS Codes

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

#b485db Text Font Color

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

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


#b485db Background Color

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

This div background color is #b485db


#b485db Border Color

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

This div border color is #b485db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b485db


Comments

No comments written yet.

Please login to write comment.