Color Hex Logo

#b366cc Color Hex

#B366CC
(179,102,204)
0 Favorites   0 Comments

Color spaces of #b366cc

RGB 179102204
HSL0.790.500.60
HSV285°50°80°
CMYK 0.120.500.00   0.20
XYZ34.240923.446159.8476
Yxy23.44610.29130.1995
Hunter Lab48.421241.4887-39.3864
CIE-Lab55.528947.4582-40.5039

#b366cc color RGB value is (179,102,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01100110 11001100
Octal 263 146 314
Decimal 179 102 204
Hex B3 66 CC

RGB Percentages of Color #b366cc

%36.91
%21.03
%42.06

CMYK Percentages of Color #b366cc

%12
%50
%0
%20

Triadic Colors of #b366cc

#b366cc #ccb366 #66ccb3

Analogous Colors of #b366cc

#b366cc #cc66b2 #8066cc

Monochromatic Colors of #b366cc

#b366cc

Complementary Color

#b366cc #7fcc66

#b366cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b366cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b366cc Color CSS Codes

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

#b366cc Text Font Color

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

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


#b366cc Background Color

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

This div background color is #b366cc


#b366cc Border Color

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

This div border color is #b366cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b366cc


Comments

No comments written yet.

Please login to write comment.