Color Hex Logo

#b38ddb Color Hex

#B38DDB
(179,141,219)
0 Favorites   0 Comments

Color spaces of #b38ddb

RGB 179141219
HSL0.750.520.71
HSV269°36°86°
CMYK 0.180.360.00   0.14
XYZ40.901533.747971.3761
Yxy33.74790.28010.2311
Hunter Lab58.092924.0139-32.1818
CIE-Lab64.762029.3765-34.4930

#b38ddb color RGB value is (179,141,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001101 11011011
Octal 263 215 333
Decimal 179 141 219
Hex B3 8D DB

RGB Percentages of Color #b38ddb

%33.21
%26.16
%40.63

CMYK Percentages of Color #b38ddb

%18
%36
%0
%14

Triadic Colors of #b38ddb

#b38ddb #dbb38d #8ddbb3

Analogous Colors of #b38ddb

#b38ddb #da8ddb #8d8edb

Monochromatic Colors of #b38ddb

#b38ddb

Complementary Color

#b38ddb #b5db8d

#b38ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38ddb Color CSS Codes

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

#b38ddb Text Font Color

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

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


#b38ddb Background Color

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

This div background color is #b38ddb


#b38ddb Border Color

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

This div border color is #b38ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38ddb


Comments

No comments written yet.

Please login to write comment.