Color Hex Logo

#b69adc Color Hex

#B69ADC
(182,154,220)
0 Favorites   0 Comments

Color spaces of #b69adc

RGB 182154220
HSL0.740.490.73
HSV265°30°86°
CMYK 0.170.300.00   0.14
XYZ43.765338.223672.7814
Yxy38.22360.28280.2470
Hunter Lab61.825218.1637-26.5192
CIE-Lab68.185123.2339-29.7239

#b69adc color RGB value is (182,154,220).

#b69adc hex color red value is 182, green value is 154 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b69adc hue: 0.74 , saturation: 0.49 and the lightness value of b69adc is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011010 11011100
Octal 266 232 334
Decimal 182 154 220
Hex B6 9A DC

RGB Percentages of Color #b69adc

%32.73
%27.70
%39.57

CMYK Percentages of Color #b69adc

%17
%30
%0
%14

Triadic Colors of #b69adc

#b69adc #dcb69a #9adcb6

Analogous Colors of #b69adc

#b69adc #d79adc #9a9fdc

Monochromatic Colors of #b69adc

#b69adc

Complementary Color

#b69adc #c0dc9a

#b69adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b69adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b69adc Color CSS Codes

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

#b69adc Text Font Color

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

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


#b69adc Background Color

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

This div background color is #b69adc


#b69adc Border Color

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

This div border color is #b69adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b69adc


Comments

No comments written yet.

Please login to write comment.