Color Hex Logo

#b36fcc Color Hex

#B36FCC
(179,111,204)
0 Favorites   0 Comments

Color spaces of #b36fcc

RGB 179111204
HSL0.790.480.62
HSV284°46°80°
CMYK 0.120.460.00   0.20
XYZ35.173925.312260.1586
Yxy25.31220.29150.2098
Hunter Lab50.311236.7494-35.6769
CIE-Lab57.378442.6889-37.5984

#b36fcc color RGB value is (179,111,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01101111 11001100
Octal 263 157 314
Decimal 179 111 204
Hex B3 6F CC

RGB Percentages of Color #b36fcc

%36.23
%22.47
%41.30

CMYK Percentages of Color #b36fcc

%12
%46
%0
%20

Triadic Colors of #b36fcc

#b36fcc #ccb36f #6fccb3

Analogous Colors of #b36fcc

#b36fcc #cc6fb7 #856fcc

Monochromatic Colors of #b36fcc

#b36fcc

Complementary Color

#b36fcc #88cc6f

#b36fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b36fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b36fcc Color CSS Codes

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

#b36fcc Text Font Color

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

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


#b36fcc Background Color

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

This div background color is #b36fcc


#b36fcc Border Color

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

This div border color is #b36fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b36fcc


Comments

No comments written yet.

Please login to write comment.