Color Hex Logo

#b256bd Color Hex

#B256BD
(178,86,189)
0 Favorites   0 Comments

Color spaces of #b256bd

RGB 17886189
HSL0.820.440.54
HSV294°54°74°
CMYK 0.060.540.00   0.26
XYZ30.873219.794750.3377
Yxy19.79470.30570.1960
Hunter Lab44.491246.0044-35.9373
CIE-Lab51.604352.3060-38.0877

#b256bd color RGB value is (178,86,189).

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

The process color (four color CMYK) of #b256bd color hex is 0.06, 0.54, 0.00, 0.26. Web safe color of #b256bd is #9966cc. Color #b256bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010110 10111101
Octal 262 126 275
Decimal 178 86 189
Hex B2 56 BD

RGB Percentages of Color #b256bd

%39.29
%18.98
%41.72

CMYK Percentages of Color #b256bd

%6
%54
%0
%26

Triadic Colors of #b256bd

#b256bd #bdb256 #56bdb2

Analogous Colors of #b256bd

#b256bd #bd5695 #7f56bd

Monochromatic Colors of #b256bd

#b256bd

Complementary Color

#b256bd #61bd56

#b256bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b256bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b256bd Color CSS Codes

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

#b256bd Text Font Color

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

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


#b256bd Background Color

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

This div background color is #b256bd


#b256bd Border Color

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

This div border color is #b256bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b256bd


Comments

No comments written yet.

Please login to write comment.