Color Hex Logo

#b266cb Color Hex

#B266CB
(178,102,203)
0 Favorites   0 Comments

Color spaces of #b266cb

RGB 178102203
HSL0.790.490.60
HSV285°50°80°
CMYK 0.120.500.00   0.20
XYZ33.891023.279559.2071
Yxy23.27950.29120.2000
Hunter Lab48.248840.9467-38.9817
CIE-Lab55.359146.9742-40.2101

#b266cb color RGB value is (178,102,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100110 11001011
Octal 262 146 313
Decimal 178 102 203
Hex B2 66 CB

RGB Percentages of Color #b266cb

%36.85
%21.12
%42.03

CMYK Percentages of Color #b266cb

%12
%50
%0
%20

Triadic Colors of #b266cb

#b266cb #cbb266 #66cbb2

Analogous Colors of #b266cb

#b266cb #cb66b2 #8066cb

Monochromatic Colors of #b266cb

#b266cb

Complementary Color

#b266cb #7fcb66

#b266cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b266cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b266cb Color CSS Codes

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

#b266cb Text Font Color

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

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


#b266cb Background Color

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

This div background color is #b266cb


#b266cb Border Color

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

This div border color is #b266cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b266cb


Comments

No comments written yet.

Please login to write comment.