Color Hex Logo

#b592db Color Hex

#B592DB
(181,146,219)
0 Favorites   0 Comments

Color spaces of #b592db

RGB 181146219
HSL0.750.500.72
HSV269°33°86°
CMYK 0.170.330.00   0.14
XYZ42.121135.496071.6492
Yxy35.49600.28220.2378
Hunter Lab59.578521.9344-29.5973
CIE-Lab66.133027.1821-32.3504

#b592db color RGB value is (181,146,219).

#b592db hex color red value is 181, green value is 146 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b592db hue: 0.75 , saturation: 0.50 and the lightness value of b592db is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010010 11011011
Octal 265 222 333
Decimal 181 146 219
Hex B5 92 DB

RGB Percentages of Color #b592db

%33.15
%26.74
%40.11

CMYK Percentages of Color #b592db

%17
%33
%0
%14

Triadic Colors of #b592db

#b592db #dbb592 #92dbb5

Analogous Colors of #b592db

#b592db #da92db #9294db

Monochromatic Colors of #b592db

#b592db

Complementary Color

#b592db #b8db92

#b592db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b592db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b592db Color CSS Codes

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

#b592db Text Font Color

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

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


#b592db Background Color

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

This div background color is #b592db


#b592db Border Color

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

This div border color is #b592db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b592db


Comments

No comments written yet.

Please login to write comment.