Color Hex Logo

#b680cc Color Hex

#B680CC
(182,128,204)
0 Favorites   0 Comments

Color spaces of #b680cc

RGB 182128204
HSL0.790.430.65
HSV283°37°80°
CMYK 0.110.370.00   0.20
XYZ37.909729.743160.8697
Yxy29.74310.29500.2314
Hunter Lab54.537228.6380-27.9983
CIE-Lab61.431934.2921-31.2536

#b680cc color RGB value is (182,128,204).

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

The process color (four color CMYK) of #b680cc color hex is 0.11, 0.37, 0.00, 0.20. Web safe color of #b680cc is #cc99cc. Color #b680cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000000 11001100
Octal 266 200 314
Decimal 182 128 204
Hex B6 80 CC

RGB Percentages of Color #b680cc

%35.41
%24.90
%39.69

CMYK Percentages of Color #b680cc

%11
%37
%0
%20

Triadic Colors of #b680cc

#b680cc #ccb680 #80ccb6

Analogous Colors of #b680cc

#b680cc #cc80bc #9080cc

Monochromatic Colors of #b680cc

#b680cc

Complementary Color

#b680cc #96cc80

#b680cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b680cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b680cc Color CSS Codes

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

#b680cc Text Font Color

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

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


#b680cc Background Color

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

This div background color is #b680cc


#b680cc Border Color

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

This div border color is #b680cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b680cc


Comments

No comments written yet.

Please login to write comment.