Color Hex Logo

#b38ddc Color Hex

#B38DDC
(179,141,220)
0 Favorites   0 Comments

Color spaces of #b38ddc

RGB 179141220
HSL0.750.530.71
HSV269°36°86°
CMYK 0.190.360.00   0.14
XYZ41.033533.800872.0716
Yxy33.80080.27930.2301
Hunter Lab58.138524.2411-32.8022
CIE-Lab64.804129.6003-34.9828

#b38ddc color RGB value is (179,141,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001101 11011100
Octal 263 215 334
Decimal 179 141 220
Hex B3 8D DC

RGB Percentages of Color #b38ddc

%33.15
%26.11
%40.74

CMYK Percentages of Color #b38ddc

%19
%36
%0
%14

Triadic Colors of #b38ddc

#b38ddc #dcb38d #8ddcb3

Analogous Colors of #b38ddc

#b38ddc #db8ddc #8d8fdc

Monochromatic Colors of #b38ddc

#b38ddc

Complementary Color

#b38ddc #b6dc8d

#b38ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38ddc Color CSS Codes

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

#b38ddc Text Font Color

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

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


#b38ddc Background Color

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

This div background color is #b38ddc


#b38ddc Border Color

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

This div border color is #b38ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38ddc


Comments

No comments written yet.

Please login to write comment.