Color Hex Logo

#b080cc Color Hex

#B080CC
(176,128,204)
0 Favorites   0 Comments

Color spaces of #b080cc

RGB 176128204
HSL0.770.430.65
HSV278°37°80°
CMYK 0.140.370.00   0.20
XYZ36.522829.028160.8048
Yxy29.02810.28900.2297
Hunter Lab53.877726.7161-29.1985
CIE-Lab60.806432.4441-32.2735

#b080cc color RGB value is (176,128,204).

#b080cc hex color red value is 176, green value is 128 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b080cc hue: 0.77 , saturation: 0.43 and the lightness value of b080cc is 0.65.

The process color (four color CMYK) of #b080cc color hex is 0.14, 0.37, 0.00, 0.20. Web safe color of #b080cc is #9999cc. Color #b080cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000000 11001100
Octal 260 200 314
Decimal 176 128 204
Hex B0 80 CC

RGB Percentages of Color #b080cc

%34.65
%25.20
%40.16

CMYK Percentages of Color #b080cc

%14
%37
%0
%20

Triadic Colors of #b080cc

#b080cc #ccb080 #80ccb0

Analogous Colors of #b080cc

#b080cc #cc80c2 #8a80cc

Monochromatic Colors of #b080cc

#b080cc

Complementary Color

#b080cc #9ccc80

#b080cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b080cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b080cc Color CSS Codes

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

#b080cc Text Font Color

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

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


#b080cc Background Color

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

This div background color is #b080cc


#b080cc Border Color

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

This div border color is #b080cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b080cc


Comments

No comments written yet.

Please login to write comment.