Color Hex Logo

#b38bdc Color Hex

#B38BDC
(179,139,220)
0 Favorites   0 Comments

Color spaces of #b38bdc

RGB 179139220
HSL0.750.540.70
HSV270°37°86°
CMYK 0.190.370.00   0.14
XYZ40.741333.216371.9742
Yxy33.21630.27920.2276
Hunter Lab57.633625.3232-33.6993
CIE-Lab64.335730.7205-35.7119

#b38bdc color RGB value is (179,139,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001011 11011100
Octal 263 213 334
Decimal 179 139 220
Hex B3 8B DC

RGB Percentages of Color #b38bdc

%33.27
%25.84
%40.89

CMYK Percentages of Color #b38bdc

%19
%37
%0
%14

Triadic Colors of #b38bdc

#b38bdc #dcb38b #8bdcb3

Analogous Colors of #b38bdc

#b38bdc #dc8bdc #8b8cdc

Monochromatic Colors of #b38bdc

#b38bdc

Complementary Color

#b38bdc #b4dc8b

#b38bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38bdc Color CSS Codes

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

#b38bdc Text Font Color

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

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


#b38bdc Background Color

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

This div background color is #b38bdc


#b38bdc Border Color

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

This div border color is #b38bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38bdc


Comments

No comments written yet.

Please login to write comment.