Color Hex Logo

#b36acc Color Hex

#B36ACC
(179,106,204)
0 Favorites   0 Comments

Color spaces of #b36acc

RGB 179106204
HSL0.790.490.61
HSV285°48°80°
CMYK 0.120.480.00   0.20
XYZ34.643524.251459.9818
Yxy24.25140.29140.2040
Hunter Lab49.245739.3916-37.7439
CIE-Lab56.338645.3569-39.2301

#b36acc color RGB value is (179,106,204).

#b36acc hex color red value is 179, green value is 106 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b36acc hue: 0.79 , saturation: 0.49 and the lightness value of b36acc is 0.61.

The process color (four color CMYK) of #b36acc color hex is 0.12, 0.48, 0.00, 0.20. Web safe color of #b36acc is #cc66cc. Color #b36acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01101010 11001100
Octal 263 152 314
Decimal 179 106 204
Hex B3 6A CC

RGB Percentages of Color #b36acc

%36.61
%21.68
%41.72

CMYK Percentages of Color #b36acc

%12
%48
%0
%20

Triadic Colors of #b36acc

#b36acc #ccb36a #6accb3

Analogous Colors of #b36acc

#b36acc #cc6ab4 #826acc

Monochromatic Colors of #b36acc

#b36acc

Complementary Color

#b36acc #83cc6a

#b36acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b36acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b36acc Color CSS Codes

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

#b36acc Text Font Color

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

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


#b36acc Background Color

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

This div background color is #b36acc


#b36acc Border Color

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

This div border color is #b36acc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,106,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b36acc


Comments

No comments written yet.

Please login to write comment.