Color Hex Logo

#b06adc Color Hex

#B06ADC
(176,106,220)
0 Favorites   0 Comments

Color spaces of #b06adc

RGB 176106220
HSL0.770.620.64
HSV277°52°86°
CMYK 0.200.520.00   0.14
XYZ35.976824.705570.5826
Yxy24.70550.27410.1882
Hunter Lab49.704642.2173-49.4010
CIE-Lab56.787347.9472-47.5961

#b06adc color RGB value is (176,106,220).

#b06adc hex color red value is 176, green value is 106 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b06adc hue: 0.77 , saturation: 0.62 and the lightness value of b06adc is 0.64.

The process color (four color CMYK) of #b06adc color hex is 0.20, 0.52, 0.00, 0.14. Web safe color of #b06adc is #9966cc. Color #b06adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01101010 11011100
Octal 260 152 334
Decimal 176 106 220
Hex B0 6A DC

RGB Percentages of Color #b06adc

%35.06
%21.12
%43.82

CMYK Percentages of Color #b06adc

%20
%52
%0
%14

Triadic Colors of #b06adc

#b06adc #dcb06a #6adcb0

Analogous Colors of #b06adc

#b06adc #dc6acf #776adc

Monochromatic Colors of #b06adc

#b06adc

Complementary Color

#b06adc #96dc6a

#b06adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b06adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b06adc Color CSS Codes

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

#b06adc Text Font Color

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

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


#b06adc Background Color

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

This div background color is #b06adc


#b06adc Border Color

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

This div border color is #b06adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b06adc


Comments

No comments written yet.

Please login to write comment.