Color Hex Logo

#b38bde Color Hex

#B38BDE
(179,139,222)
0 Favorites   0 Comments

Color spaces of #b38bde

RGB 179139222
HSL0.750.560.71
HSV269°37°87°
CMYK 0.190.370.00   0.13
XYZ41.007833.322973.3778
Yxy33.32290.27760.2256
Hunter Lab57.726025.7836-34.9577
CIE-Lab64.421531.1707-36.6892

#b38bde color RGB value is (179,139,222).

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

The process color (four color CMYK) of #b38bde color hex is 0.19, 0.37, 0.00, 0.13. Web safe color of #b38bde is #cc99cc. Color #b38bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001011 11011110
Octal 263 213 336
Decimal 179 139 222
Hex B3 8B DE

RGB Percentages of Color #b38bde

%33.15
%25.74
%41.11

CMYK Percentages of Color #b38bde

%19
%37
%0
%13

Triadic Colors of #b38bde

#b38bde #deb38b #8bdeb3

Analogous Colors of #b38bde

#b38bde #dd8bde #8b8dde

Monochromatic Colors of #b38bde

#b38bde

Complementary Color

#b38bde #b6de8b

#b38bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38bde Color CSS Codes

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

#b38bde Text Font Color

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

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


#b38bde Background Color

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

This div background color is #b38bde


#b38bde Border Color

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

This div border color is #b38bde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,139,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b38bde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38bde


Comments

No comments written yet.

Please login to write comment.