Color Hex Logo

#b266cc Color Hex

#B266CC
(178,102,204)
0 Favorites   0 Comments

Color spaces of #b266cc

RGB 178102204
HSL0.790.500.60
HSV285°50°80°
CMYK 0.130.500.00   0.20
XYZ34.010623.327459.8368
Yxy23.32740.29030.1991
Hunter Lab48.298441.1731-39.6453
CIE-Lab55.408047.1799-40.7025

#b266cc color RGB value is (178,102,204).

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

The process color (four color CMYK) of #b266cc color hex is 0.13, 0.50, 0.00, 0.20. Web safe color of #b266cc is #9966cc. Color #b266cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100110 11001100
Octal 262 146 314
Decimal 178 102 204
Hex B2 66 CC

RGB Percentages of Color #b266cc

%36.78
%21.07
%42.15

CMYK Percentages of Color #b266cc

%13
%50
%0
%20

Triadic Colors of #b266cc

#b266cc #ccb266 #66ccb2

Analogous Colors of #b266cc

#b266cc #cc66b3 #7f66cc

Monochromatic Colors of #b266cc

#b266cc

Complementary Color

#b266cc #80cc66

#b266cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b266cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b266cc Color CSS Codes

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

#b266cc Text Font Color

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

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


#b266cc Background Color

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

This div background color is #b266cc


#b266cc Border Color

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

This div border color is #b266cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b266cc


Comments

No comments written yet.

Please login to write comment.