Color Hex Logo

#b58adc Color Hex

#B58ADC
(181,138,220)
0 Favorites   0 Comments

Color spaces of #b58adc

RGB 181138220
HSL0.750.540.70
HSV271°37°86°
CMYK 0.180.370.00   0.14
XYZ41.062833.168071.9480
Yxy33.16800.28090.2269
Hunter Lab57.591726.4849-33.7555
CIE-Lab64.296731.8775-35.7580

#b58adc color RGB value is (181,138,220).

#b58adc hex color red value is 181, green value is 138 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b58adc hue: 0.75 , saturation: 0.54 and the lightness value of b58adc is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10001010 11011100
Octal 265 212 334
Decimal 181 138 220
Hex B5 8A DC

RGB Percentages of Color #b58adc

%33.58
%25.60
%40.82

CMYK Percentages of Color #b58adc

%18
%37
%0
%14

Triadic Colors of #b58adc

#b58adc #dcb58a #8adcb5

Analogous Colors of #b58adc

#b58adc #dc8ada #8c8adc

Monochromatic Colors of #b58adc

#b58adc

Complementary Color

#b58adc #b1dc8a

#b58adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58adc Color CSS Codes

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

#b58adc Text Font Color

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

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


#b58adc Background Color

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

This div background color is #b58adc


#b58adc Border Color

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

This div border color is #b58adc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,138,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58adc


Comments

No comments written yet.

Please login to write comment.