Color Hex Logo

#b566cc Color Hex

#B566CC
(181,102,204)
1 Favorites   0 Comments

Color spaces of #b566cc

RGB 181102204
HSL0.800.500.60
HSV286°50°80°
CMYK 0.110.500.00   0.20
XYZ34.706523.686159.8694
Yxy23.68610.29350.2003
Hunter Lab48.668442.1227-38.8677
CIE-Lab55.772148.0151-40.1044

#b566cc color RGB value is (181,102,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01100110 11001100
Octal 265 146 314
Decimal 181 102 204
Hex B5 66 CC

RGB Percentages of Color #b566cc

%37.17
%20.94
%41.89

CMYK Percentages of Color #b566cc

%11
%50
%0
%20

Triadic Colors of #b566cc

#b566cc #ccb566 #66ccb5

Analogous Colors of #b566cc

#b566cc #cc66b0 #8266cc

Monochromatic Colors of #b566cc

#b566cc

Complementary Color

#b566cc #7dcc66

#b566cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b566cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b566cc Color CSS Codes

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

#b566cc Text Font Color

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

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


#b566cc Background Color

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

This div background color is #b566cc


#b566cc Border Color

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

This div border color is #b566cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b566cc


Comments

No comments written yet.

Please login to write comment.