Color Hex Logo

#b576cc Color Hex

#B576CC
(181,118,204)
0 Favorites   0 Comments

Color spaces of #b576cc

RGB 181118204
HSL0.790.460.63
HSV284°42°80°
CMYK 0.110.420.00   0.20
XYZ36.433627.140360.4451
Yxy27.14030.29380.2188
Hunter Lab52.096433.6654-32.3241
CIE-Lab59.104039.4861-34.8833

#b576cc color RGB value is (181,118,204).

#b576cc hex color red value is 181, green value is 118 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b576cc hue: 0.79 , saturation: 0.46 and the lightness value of b576cc is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01110110 11001100
Octal 265 166 314
Decimal 181 118 204
Hex B5 76 CC

RGB Percentages of Color #b576cc

%35.98
%23.46
%40.56

CMYK Percentages of Color #b576cc

%11
%42
%0
%20

Triadic Colors of #b576cc

#b576cc #ccb576 #76ccb5

Analogous Colors of #b576cc

#b576cc #cc76b8 #8a76cc

Monochromatic Colors of #b576cc

#b576cc

Complementary Color

#b576cc #8dcc76

#b576cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b576cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b576cc Color CSS Codes

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

#b576cc Text Font Color

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

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


#b576cc Background Color

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

This div background color is #b576cc


#b576cc Border Color

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

This div border color is #b576cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b576cc

#b576cc Color Palettes


Comments

No comments written yet.

Please login to write comment.