Color Hex Logo

#b38fdf Color Hex

#B38FDF
(179,143,223)
0 Favorites   0 Comments

Color spaces of #b38fdf

RGB 179143223
HSL0.740.560.72
HSV267°36°87°
CMYK 0.200.360.00   0.13
XYZ41.732134.556374.2826
Yxy34.55630.27720.2295
Hunter Lab58.784623.8468-33.7720
CIE-Lab65.401729.1570-35.7169

#b38fdf color RGB value is (179,143,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001111 11011111
Octal 263 217 337
Decimal 179 143 223
Hex B3 8F DF

RGB Percentages of Color #b38fdf

%32.84
%26.24
%40.92

CMYK Percentages of Color #b38fdf

%20
%36
%0
%13

Triadic Colors of #b38fdf

#b38fdf #dfb38f #8fdfb3

Analogous Colors of #b38fdf

#b38fdf #db8fdf #8f93df

Monochromatic Colors of #b38fdf

#b38fdf

Complementary Color

#b38fdf #bbdf8f

#b38fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38fdf Color CSS Codes

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

#b38fdf Text Font Color

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

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


#b38fdf Background Color

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

This div background color is #b38fdf


#b38fdf Border Color

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

This div border color is #b38fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38fdf


Comments

No comments written yet.

Please login to write comment.