Color Hex Logo

#b36cc5 Color Hex

#B36CC5
(179,108,197)
0 Favorites   0 Comments

Color spaces of #b36cc5

RGB 179108197
HSL0.800.430.60
HSV288°45°77°
CMYK 0.090.450.00   0.23
XYZ34.031024.340055.7278
Yxy24.34000.29830.2133
Hunter Lab49.335636.7895-32.4371
CIE-Lab56.426642.8603-35.1071

#b36cc5 color RGB value is (179,108,197).

#b36cc5 hex color red value is 179, green value is 108 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #b36cc5 hue: 0.80 , saturation: 0.43 and the lightness value of b36cc5 is 0.60.

The process color (four color CMYK) of #b36cc5 color hex is 0.09, 0.45, 0.00, 0.23. Web safe color of #b36cc5 is #cc66cc. Color #b36cc5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01101100 11000101
Octal 263 154 305
Decimal 179 108 197
Hex B3 6C C5

RGB Percentages of Color #b36cc5

%36.98
%22.31
%40.70

CMYK Percentages of Color #b36cc5

%9
%45
%0
%23

Triadic Colors of #b36cc5

#b36cc5 #c5b36c #6cc5b3

Analogous Colors of #b36cc5

#b36cc5 #c56cab #876cc5

Monochromatic Colors of #b36cc5

#b36cc5

Complementary Color

#b36cc5 #7ec56c

#b36cc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b36cc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b36cc5 Color CSS Codes

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

#b36cc5 Text Font Color

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

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


#b36cc5 Background Color

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

This div background color is #b36cc5


#b36cc5 Border Color

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

This div border color is #b36cc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b36cc5


Comments

No comments written yet.

Please login to write comment.