Color Hex Logo

#b588db Color Hex

#B588DB
(181,136,219)
0 Favorites   0 Comments

Color spaces of #b588db

RGB 181136219
HSL0.760.540.70
HSV273°38°86°
CMYK 0.170.380.00   0.14
XYZ40.646432.546571.1576
Yxy32.54650.28160.2255
Hunter Lab57.049527.3402-34.0174
CIE-Lab63.792032.7709-35.9879

#b588db color RGB value is (181,136,219).

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

The process color (four color CMYK) of #b588db color hex is 0.17, 0.38, 0.00, 0.14. Web safe color of #b588db is #cc99cc. Color #b588db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10001000 11011011
Octal 265 210 333
Decimal 181 136 219
Hex B5 88 DB

RGB Percentages of Color #b588db

%33.77
%25.37
%40.86

CMYK Percentages of Color #b588db

%17
%38
%0
%14

Triadic Colors of #b588db

#b588db #dbb588 #88dbb5

Analogous Colors of #b588db

#b588db #db88d8 #8c88db

Monochromatic Colors of #b588db

#b588db

Complementary Color

#b588db #aedb88

#b588db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b588db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b588db Color CSS Codes

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

#b588db Text Font Color

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

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


#b588db Background Color

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

This div background color is #b588db


#b588db Border Color

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

This div border color is #b588db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b588db


Comments

No comments written yet.

Please login to write comment.