Color Hex Logo

#b36adc Color Hex

#B36ADC
(179,106,220)
0 Favorites   0 Comments

Color spaces of #b36adc

RGB 179106220
HSL0.770.620.64
HSV278°52°86°
CMYK 0.190.520.00   0.14
XYZ36.662725.059170.6147
Yxy25.05910.27700.1894
Hunter Lab50.059143.1280-48.5948
CIE-Lab57.133048.7415-47.0265

#b36adc color RGB value is (179,106,220).

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

The process color (four color CMYK) of #b36adc color hex is 0.19, 0.52, 0.00, 0.14. Web safe color of #b36adc is #cc66cc. Color #b36adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01101010 11011100
Octal 263 152 334
Decimal 179 106 220
Hex B3 6A DC

RGB Percentages of Color #b36adc

%35.45
%20.99
%43.56

CMYK Percentages of Color #b36adc

%19
%52
%0
%14

Triadic Colors of #b36adc

#b36adc #dcb36a #6adcb3

Analogous Colors of #b36adc

#b36adc #dc6acc #7a6adc

Monochromatic Colors of #b36adc

#b36adc

Complementary Color

#b36adc #93dc6a

#b36adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b36adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b36adc Color CSS Codes

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

#b36adc Text Font Color

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

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


#b36adc Background Color

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

This div background color is #b36adc


#b36adc Border Color

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

This div border color is #b36adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b36adc


Comments

No comments written yet.

Please login to write comment.