Color Hex Logo

#b58dfc Color Hex

#B58DFC
(181,141,252)
0 Favorites   0 Comments

Color spaces of #b58dfc

RGB 181141252
HSL0.730.950.77
HSV262°44°99°
CMYK 0.280.440.00   0.01
XYZ46.151635.901896.5927
Yxy35.90180.25830.2010
Hunter Lab59.918132.6320-53.6375
CIE-Lab66.444837.6286-50.0263

#b58dfc color RGB value is (181,141,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10001101 11111100
Octal 265 215 374
Decimal 181 141 252
Hex B5 8D FC

RGB Percentages of Color #b58dfc

%31.53
%24.56
%43.90

CMYK Percentages of Color #b58dfc

%28
%44
%0
%1

Triadic Colors of #b58dfc

#b58dfc #fcb58d #8dfcb5

Analogous Colors of #b58dfc

#b58dfc #ed8dfc #8d9dfc

Monochromatic Colors of #b58dfc

#b58dfc

Complementary Color

#b58dfc #d4fc8d

#b58dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58dfc Color CSS Codes

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

#b58dfc Text Font Color

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

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


#b58dfc Background Color

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

This div background color is #b58dfc


#b58dfc Border Color

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

This div border color is #b58dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58dfc


Comments

No comments written yet.

Please login to write comment.