Color Hex Logo

#b38dfc Color Hex

#B38DFC
(179,141,252)
0 Favorites   0 Comments

Color spaces of #b38dfc

RGB 179141252
HSL0.720.950.77
HSV261°44°99°
CMYK 0.290.440.00   0.01
XYZ45.686035.661796.5710
Yxy35.66170.25680.2004
Hunter Lab59.717432.0535-54.0776
CIE-Lab66.260637.0965-50.3295

#b38dfc color RGB value is (179,141,252).

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

The process color (four color CMYK) of #b38dfc color hex is 0.29, 0.44, 0.00, 0.01. Web safe color of #b38dfc is #cc99ff. Color #b38dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001101 11111100
Octal 263 215 374
Decimal 179 141 252
Hex B3 8D FC

RGB Percentages of Color #b38dfc

%31.29
%24.65
%44.06

CMYK Percentages of Color #b38dfc

%29
%44
%0
%1

Triadic Colors of #b38dfc

#b38dfc #fcb38d #8dfcb3

Analogous Colors of #b38dfc

#b38dfc #eb8dfc #8d9ffc

Monochromatic Colors of #b38dfc

#b38dfc

Complementary Color

#b38dfc #d6fc8d

#b38dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38dfc Color CSS Codes

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

#b38dfc Text Font Color

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

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


#b38dfc Background Color

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

This div background color is #b38dfc


#b38dfc Border Color

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

This div border color is #b38dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38dfc


Comments

No comments written yet.

Please login to write comment.