Color Hex Logo

#b552db Color Hex

#B552DB
(181,82,219)
0 Favorites   0 Comments

Color spaces of #b552db

RGB 18182219
HSL0.790.660.59
HSV283°63°86°
CMYK 0.170.630.00   0.14
XYZ34.859520.972869.2287
Yxy20.97280.27870.1677
Hunter Lab45.796155.7293-57.5699
CIE-Lab52.919760.8344-53.1506

#b552db color RGB value is (181,82,219).

#b552db hex color red value is 181, green value is 82 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b552db hue: 0.79 , saturation: 0.66 and the lightness value of b552db is 0.59.

The process color (four color CMYK) of #b552db color hex is 0.17, 0.63, 0.00, 0.14. Web safe color of #b552db is #cc66cc. Color #b552db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010010 11011011
Octal 265 122 333
Decimal 181 82 219
Hex B5 52 DB

RGB Percentages of Color #b552db

%37.55
%17.01
%45.44

CMYK Percentages of Color #b552db

%17
%63
%0
%14

Triadic Colors of #b552db

#b552db #dbb552 #52dbb5

Analogous Colors of #b552db

#b552db #db52bd #7152db

Monochromatic Colors of #b552db

#b552db

Complementary Color

#b552db #78db52

#b552db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b552db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b552db Color CSS Codes

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

#b552db Text Font Color

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

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


#b552db Background Color

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

This div background color is #b552db


#b552db Border Color

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

This div border color is #b552db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b552db


Comments

No comments written yet.

Please login to write comment.