Color Hex Logo

#b66fce Color Hex

#B66FCE
(182,111,206)
0 Favorites   0 Comments

Color spaces of #b66fce

RGB 182111206
HSL0.790.490.62
HSV285°46°81°
CMYK 0.120.460.00   0.19
XYZ36.116425.770261.4631
Yxy25.77020.29280.2089
Hunter Lab50.764438.1565-36.2505
CIE-Lab57.818343.9707-38.0177

#b66fce color RGB value is (182,111,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01101111 11001110
Octal 266 157 316
Decimal 182 111 206
Hex B6 6F CE

RGB Percentages of Color #b66fce

%36.47
%22.24
%41.28

CMYK Percentages of Color #b66fce

%12
%46
%0
%19

Triadic Colors of #b66fce

#b66fce #ceb66f #6fceb6

Analogous Colors of #b66fce

#b66fce #ce6fb7 #876fce

Monochromatic Colors of #b66fce

#b66fce

Complementary Color

#b66fce #87ce6f

#b66fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b66fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b66fce Color CSS Codes

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

#b66fce Text Font Color

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

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


#b66fce Background Color

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

This div background color is #b66fce


#b66fce Border Color

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

This div border color is #b66fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b66fce


Comments

No comments written yet.

Please login to write comment.