Color Hex Logo

#b58fdf Color Hex

#B58FDF
(181,143,223)
0 Favorites   0 Comments

Color spaces of #b58fdf

RGB 181143223
HSL0.750.560.72
HSV269°36°87°
CMYK 0.190.360.00   0.13
XYZ42.197834.796474.3043
Yxy34.79640.27890.2300
Hunter Lab58.988524.4613-33.3922
CIE-Lab65.589829.7546-35.4097

#b58fdf color RGB value is (181,143,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10001111 11011111
Octal 265 217 337
Decimal 181 143 223
Hex B5 8F DF

RGB Percentages of Color #b58fdf

%33.09
%26.14
%40.77

CMYK Percentages of Color #b58fdf

%19
%36
%0
%13

Triadic Colors of #b58fdf

#b58fdf #dfb58f #8fdfb5

Analogous Colors of #b58fdf

#b58fdf #dd8fdf #8f91df

Monochromatic Colors of #b58fdf

#b58fdf

Complementary Color

#b58fdf #b9df8f

#b58fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58fdf Color CSS Codes

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

#b58fdf Text Font Color

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

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


#b58fdf Background Color

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

This div background color is #b58fdf


#b58fdf Border Color

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

This div border color is #b58fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58fdf


Comments

No comments written yet.

Please login to write comment.