Color Hex Logo

#b656bf Color Hex

#B656BF
(182,86,191)
0 Favorites   0 Comments

Color spaces of #b656bf

RGB 18286191
HSL0.820.450.54
HSV295°55°75°
CMYK 0.050.550.00   0.25
XYZ32.023220.362251.5327
Yxy20.36220.30820.1959
Hunter Lab45.124547.7070-36.1227
CIE-Lab52.244353.7631-38.1985

#b656bf color RGB value is (182,86,191).

#b656bf hex color red value is 182, green value is 86 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b656bf hue: 0.82 , saturation: 0.45 and the lightness value of b656bf is 0.54.

The process color (four color CMYK) of #b656bf color hex is 0.05, 0.55, 0.00, 0.25. Web safe color of #b656bf is #cc66cc. Color #b656bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010110 10111111
Octal 266 126 277
Decimal 182 86 191
Hex B6 56 BF

RGB Percentages of Color #b656bf

%39.65
%18.74
%41.61

CMYK Percentages of Color #b656bf

%5
%55
%0
%25

Triadic Colors of #b656bf

#b656bf #bfb656 #56bfb6

Analogous Colors of #b656bf

#b656bf #bf5694 #8256bf

Monochromatic Colors of #b656bf

#b656bf

Complementary Color

#b656bf #5fbf56

#b656bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b656bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b656bf Color CSS Codes

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

#b656bf Text Font Color

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

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


#b656bf Background Color

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

This div background color is #b656bf


#b656bf Border Color

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

This div border color is #b656bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,86,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b656bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b656bf


Comments

No comments written yet.

Please login to write comment.