Color Hex Logo

#b656cb Color Hex

#B656CB
(182,86,203)
0 Favorites   0 Comments

Color spaces of #b656cb

RGB 18286203
HSL0.800.530.57
HSV289°58°80°
CMYK 0.100.580.00   0.20
XYZ33.398720.912558.7761
Yxy20.91250.29530.1849
Hunter Lab45.730250.3383-44.1931
CIE-Lab52.853656.0485-44.1328

#b656cb color RGB value is (182,86,203).

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

The process color (four color CMYK) of #b656cb color hex is 0.10, 0.58, 0.00, 0.20. Web safe color of #b656cb is #cc66cc. Color #b656cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010110 11001011
Octal 266 126 313
Decimal 182 86 203
Hex B6 56 CB

RGB Percentages of Color #b656cb

%38.64
%18.26
%43.10

CMYK Percentages of Color #b656cb

%10
%58
%0
%20

Triadic Colors of #b656cb

#b656cb #cbb656 #56cbb6

Analogous Colors of #b656cb

#b656cb #cb56a6 #7c56cb

Monochromatic Colors of #b656cb

#b656cb

Complementary Color

#b656cb #6bcb56

#b656cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b656cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b656cb Color CSS Codes

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

#b656cb Text Font Color

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

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


#b656cb Background Color

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

This div background color is #b656cb


#b656cb Border Color

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

This div border color is #b656cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b656cb


Comments

No comments written yet.

Please login to write comment.