Color Hex Logo

#b36fce Color Hex

#B36FCE
(179,111,206)
0 Favorites   0 Comments

Color spaces of #b36fce

RGB 179111206
HSL0.790.490.62
HSV283°46°81°
CMYK 0.130.460.00   0.19
XYZ35.415425.408861.4303
Yxy25.40880.28970.2078
Hunter Lab50.407137.1993-36.9707
CIE-Lab57.471643.1067-38.5860

#b36fce color RGB value is (179,111,206).

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

The process color (four color CMYK) of #b36fce color hex is 0.13, 0.46, 0.00, 0.19. Web safe color of #b36fce is #cc66cc. Color #b36fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01101111 11001110
Octal 263 157 316
Decimal 179 111 206
Hex B3 6F CE

RGB Percentages of Color #b36fce

%36.09
%22.38
%41.53

CMYK Percentages of Color #b36fce

%13
%46
%0
%19

Triadic Colors of #b36fce

#b36fce #ceb36f #6fceb3

Analogous Colors of #b36fce

#b36fce #ce6fba #846fce

Monochromatic Colors of #b36fce

#b36fce

Complementary Color

#b36fce #8ace6f

#b36fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b36fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b36fce Color CSS Codes

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

#b36fce Text Font Color

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

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


#b36fce Background Color

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

This div background color is #b36fce


#b36fce Border Color

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

This div border color is #b36fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b36fce


Comments

No comments written yet.

Please login to write comment.