Color Hex Logo

#b38cdf Color Hex

#B38CDF
(179,140,223)
0 Favorites   0 Comments

Color spaces of #b38cdf

RGB 179140223
HSL0.740.560.71
HSV268°37°87°
CMYK 0.200.370.00   0.13
XYZ41.287833.667674.1344
Yxy33.66760.27690.2258
Hunter Lab58.023825.4730-35.1355
CIE-Lab64.697930.8375-36.8133

#b38cdf color RGB value is (179,140,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001100 11011111
Octal 263 214 337
Decimal 179 140 223
Hex B3 8C DF

RGB Percentages of Color #b38cdf

%33.03
%25.83
%41.14

CMYK Percentages of Color #b38cdf

%20
%37
%0
%13

Triadic Colors of #b38cdf

#b38cdf #dfb38c #8cdfb3

Analogous Colors of #b38cdf

#b38cdf #dd8cdf #8c8fdf

Monochromatic Colors of #b38cdf

#b38cdf

Complementary Color

#b38cdf #b8df8c

#b38cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38cdf Color CSS Codes

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

#b38cdf Text Font Color

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

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


#b38cdf Background Color

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

This div background color is #b38cdf


#b38cdf Border Color

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

This div border color is #b38cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38cdf


Comments

No comments written yet.

Please login to write comment.