Color Hex Logo

#b38fdb Color Hex

#B38FDB
(179,143,219)
0 Favorites   0 Comments

Color spaces of #b38fdb

RGB 179143219
HSL0.750.510.71
HSV268°35°86°
CMYK 0.180.350.00   0.14
XYZ41.199034.343171.4753
Yxy34.34310.28020.2336
Hunter Lab58.603022.9336-31.2911
CIE-Lab65.234028.2549-33.7596

#b38fdb color RGB value is (179,143,219).

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

The process color (four color CMYK) of #b38fdb color hex is 0.18, 0.35, 0.00, 0.14. Web safe color of #b38fdb is #cc99cc. Color #b38fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001111 11011011
Octal 263 217 333
Decimal 179 143 219
Hex B3 8F DB

RGB Percentages of Color #b38fdb

%33.09
%26.43
%40.48

CMYK Percentages of Color #b38fdb

%18
%35
%0
%14

Triadic Colors of #b38fdb

#b38fdb #dbb38f #8fdbb3

Analogous Colors of #b38fdb

#b38fdb #d98fdb #8f91db

Monochromatic Colors of #b38fdb

#b38fdb

Complementary Color

#b38fdb #b7db8f

#b38fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38fdb Color CSS Codes

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

#b38fdb Text Font Color

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

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


#b38fdb Background Color

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

This div background color is #b38fdb


#b38fdb Border Color

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

This div border color is #b38fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38fdb


Comments

No comments written yet.

Please login to write comment.