Color Hex Logo

#b659cc Color Hex

#B659CC
(182,89,204)
0 Favorites   0 Comments

Color spaces of #b659cc

RGB 18289204
HSL0.800.530.57
HSV289°56°80°
CMYK 0.110.560.00   0.20
XYZ33.762921.449559.4874
Yxy21.44950.29440.1870
Hunter Lab46.313649.0788-43.7354
CIE-Lab53.438054.8075-43.7796

#b659cc color RGB value is (182,89,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01011001 11001100
Octal 266 131 314
Decimal 182 89 204
Hex B6 59 CC

RGB Percentages of Color #b659cc

%38.32
%18.74
%42.95

CMYK Percentages of Color #b659cc

%11
%56
%0
%20

Triadic Colors of #b659cc

#b659cc #ccb659 #59ccb6

Analogous Colors of #b659cc

#b659cc #cc59a9 #7d59cc

Monochromatic Colors of #b659cc

#b659cc

Complementary Color

#b659cc #6fcc59

#b659cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b659cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b659cc Color CSS Codes

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

#b659cc Text Font Color

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

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


#b659cc Background Color

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

This div background color is #b659cc


#b659cc Border Color

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

This div border color is #b659cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b659cc


Comments

No comments written yet.

Please login to write comment.