Color Hex Logo

#b661cc Color Hex

#B661CC
(182,97,204)
0 Favorites   0 Comments

Color spaces of #b661cc

RGB 18297204
HSL0.800.510.59
HSV288°52°80°
CMYK 0.110.520.00   0.20
XYZ34.465222.854159.7215
Yxy22.85410.29450.1953
Hunter Lab47.806045.0272-40.6037
CIE-Lab54.921750.8504-41.4355

#b661cc color RGB value is (182,97,204).

#b661cc hex color red value is 182, green value is 97 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b661cc hue: 0.80 , saturation: 0.51 and the lightness value of b661cc is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01100001 11001100
Octal 266 141 314
Decimal 182 97 204
Hex B6 61 CC

RGB Percentages of Color #b661cc

%37.68
%20.08
%42.24

CMYK Percentages of Color #b661cc

%11
%52
%0
%20

Triadic Colors of #b661cc

#b661cc #ccb661 #61ccb6

Analogous Colors of #b661cc

#b661cc #cc61ad #8161cc

Monochromatic Colors of #b661cc

#b661cc

Complementary Color

#b661cc #77cc61

#b661cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b661cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b661cc Color CSS Codes

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

#b661cc Text Font Color

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

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


#b661cc Background Color

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

This div background color is #b661cc


#b661cc Border Color

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

This div border color is #b661cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b661cc


Comments

No comments written yet.

Please login to write comment.