Color Hex Logo

#b481db Color Hex

#B481DB
(180,129,219)
0 Favorites   0 Comments

Color spaces of #b481db

RGB 180129219
HSL0.760.560.68
HSV274°41°86°
CMYK 0.180.410.00   0.14
XYZ39.458830.518370.8287
Yxy30.51830.28020.2167
Hunter Lab55.243430.8217-37.3466
CIE-Lab62.098936.3638-38.6393

#b481db color RGB value is (180,129,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000001 11011011
Octal 264 201 333
Decimal 180 129 219
Hex B4 81 DB

RGB Percentages of Color #b481db

%34.09
%24.43
%41.48

CMYK Percentages of Color #b481db

%18
%41
%0
%14

Triadic Colors of #b481db

#b481db #dbb481 #81dbb4

Analogous Colors of #b481db

#b481db #db81d5 #8781db

Monochromatic Colors of #b481db

#b481db

Complementary Color

#b481db #a8db81

#b481db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b481db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b481db Color CSS Codes

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

#b481db Text Font Color

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

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


#b481db Background Color

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

This div background color is #b481db


#b481db Border Color

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

This div border color is #b481db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b481db


Comments

No comments written yet.

Please login to write comment.