Color Hex Logo

#b366cb Color Hex

#B366CB
(179,102,203)
0 Favorites   0 Comments

Color spaces of #b366cb

RGB 179102203
HSL0.790.490.60
HSV286°50°80°
CMYK 0.120.500.00   0.20
XYZ34.121323.398259.2178
Yxy23.39820.29230.2004
Hunter Lab48.371741.2631-38.7241
CIE-Lab55.480247.2536-40.0112

#b366cb color RGB value is (179,102,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01100110 11001011
Octal 263 146 313
Decimal 179 102 203
Hex B3 66 CB

RGB Percentages of Color #b366cb

%36.98
%21.07
%41.94

CMYK Percentages of Color #b366cb

%12
%50
%0
%20

Triadic Colors of #b366cb

#b366cb #cbb366 #66cbb3

Analogous Colors of #b366cb

#b366cb #cb66b1 #8166cb

Monochromatic Colors of #b366cb

#b366cb

Complementary Color

#b366cb #7ecb66

#b366cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b366cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b366cb Color CSS Codes

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

#b366cb Text Font Color

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

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


#b366cb Background Color

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

This div background color is #b366cb


#b366cb Border Color

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

This div border color is #b366cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b366cb


Comments

No comments written yet.

Please login to write comment.