Color Hex Logo

#b256bb Color Hex

#B256BB
(178,86,187)
0 Favorites   0 Comments

Color spaces of #b256bb

RGB 17886187
HSL0.820.430.54
HSV295°54°73°
CMYK 0.050.540.00   0.27
XYZ30.657519.708449.2020
Yxy19.70840.30790.1979
Hunter Lab44.394145.5779-34.6352
CIE-Lab51.505951.9278-37.0855

#b256bb color RGB value is (178,86,187).

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

The process color (four color CMYK) of #b256bb color hex is 0.05, 0.54, 0.00, 0.27. Web safe color of #b256bb is #9966cc. Color #b256bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010110 10111011
Octal 262 126 273
Decimal 178 86 187
Hex B2 56 BB

RGB Percentages of Color #b256bb

%39.47
%19.07
%41.46

CMYK Percentages of Color #b256bb

%5
%54
%0
%27

Triadic Colors of #b256bb

#b256bb #bbb256 #56bbb2

Analogous Colors of #b256bb

#b256bb #bb5692 #8056bb

Monochromatic Colors of #b256bb

#b256bb

Complementary Color

#b256bb #5fbb56

#b256bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b256bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b256bb Color CSS Codes

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

#b256bb Text Font Color

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

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


#b256bb Background Color

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

This div background color is #b256bb


#b256bb Border Color

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

This div border color is #b256bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b256bb


Comments

No comments written yet.

Please login to write comment.