Color Hex Logo

#b58fdb Color Hex

#B58FDB
(181,143,219)
0 Favorites   0 Comments

Color spaces of #b58fdb

RGB 181143219
HSL0.750.510.71
HSV270°35°86°
CMYK 0.170.350.00   0.14
XYZ41.664734.583271.4971
Yxy34.58320.28200.2341
Hunter Lab58.807523.5529-30.9185
CIE-Lab65.422928.8612-33.4516

#b58fdb color RGB value is (181,143,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10001111 11011011
Octal 265 217 333
Decimal 181 143 219
Hex B5 8F DB

RGB Percentages of Color #b58fdb

%33.33
%26.34
%40.33

CMYK Percentages of Color #b58fdb

%17
%35
%0
%14

Triadic Colors of #b58fdb

#b58fdb #dbb58f #8fdbb5

Analogous Colors of #b58fdb

#b58fdb #db8fdb #8f8fdb

Monochromatic Colors of #b58fdb

#b58fdb

Complementary Color

#b58fdb #b5db8f

#b58fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58fdb Color CSS Codes

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

#b58fdb Text Font Color

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

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


#b58fdb Background Color

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

This div background color is #b58fdb


#b58fdb Border Color

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

This div border color is #b58fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58fdb


Comments

No comments written yet.

Please login to write comment.