Color Hex Logo

#b58ddb Color Hex

#B58DDB
(181,141,219)
0 Favorites   0 Comments

Color spaces of #b58ddb

RGB 181141219
HSL0.750.520.71
HSV271°36°86°
CMYK 0.170.360.00   0.14
XYZ41.367133.988071.3979
Yxy33.98800.28190.2316
Hunter Lab58.299224.6337-31.8018
CIE-Lab64.953029.9798-34.1812

#b58ddb color RGB value is (181,141,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10001101 11011011
Octal 265 215 333
Decimal 181 141 219
Hex B5 8D DB

RGB Percentages of Color #b58ddb

%33.46
%26.06
%40.48

CMYK Percentages of Color #b58ddb

%17
%36
%0
%14

Triadic Colors of #b58ddb

#b58ddb #dbb58d #8ddbb5

Analogous Colors of #b58ddb

#b58ddb #db8dda #8e8ddb

Monochromatic Colors of #b58ddb

#b58ddb

Complementary Color

#b58ddb #b3db8d

#b58ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58ddb Color CSS Codes

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

#b58ddb Text Font Color

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

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


#b58ddb Background Color

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

This div background color is #b58ddb


#b58ddb Border Color

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

This div border color is #b58ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58ddb


Comments

No comments written yet.

Please login to write comment.