Color Hex Logo

#b38dcd Color Hex

#B38DCD
(179,141,205)
0 Favorites   0 Comments

Color spaces of #b38dcd

RGB 179141205
HSL0.770.390.68
HSV276°31°80°
CMYK 0.130.310.00   0.20
XYZ39.134733.041262.0726
Yxy33.04120.29150.2461
Hunter Lab57.481520.9343-23.7885
CIE-Lab64.194326.3079-27.5692

#b38dcd color RGB value is (179,141,205).

#b38dcd hex color red value is 179, green value is 141 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b38dcd hue: 0.77 , saturation: 0.39 and the lightness value of b38dcd is 0.68.

The process color (four color CMYK) of #b38dcd color hex is 0.13, 0.31, 0.00, 0.20. Web safe color of #b38dcd is #cc99cc. Color #b38dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001101 11001101
Octal 263 215 315
Decimal 179 141 205
Hex B3 8D CD

RGB Percentages of Color #b38dcd

%34.10
%26.86
%39.05

CMYK Percentages of Color #b38dcd

%13
%31
%0
%20

Triadic Colors of #b38dcd

#b38dcd #cdb38d #8dcdb3

Analogous Colors of #b38dcd

#b38dcd #cd8dc7 #938dcd

Monochromatic Colors of #b38dcd

#b38dcd

Complementary Color

#b38dcd #a7cd8d

#b38dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38dcd Color CSS Codes

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

#b38dcd Text Font Color

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

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


#b38dcd Background Color

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

This div background color is #b38dcd


#b38dcd Border Color

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

This div border color is #b38dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38dcd


Comments

No comments written yet.

Please login to write comment.