Color Hex Logo

#b256ab Color Hex

#B256AB
(178,86,171)
0 Favorites   0 Comments

Color spaces of #b256ab

RGB 17886171
HSL0.850.370.52
HSV305°52°70°
CMYK 0.000.520.04   0.30
XYZ29.038619.060840.6767
Yxy19.06080.32710.2147
Hunter Lab43.658742.3226-24.6793
CIE-Lab50.758349.0052-28.9425

#b256ab color RGB value is (178,86,171).

#b256ab hex color red value is 178, green value is 86 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b256ab hue: 0.85 , saturation: 0.37 and the lightness value of b256ab is 0.52.

The process color (four color CMYK) of #b256ab color hex is 0.00, 0.52, 0.04, 0.30. Web safe color of #b256ab is #996699. Color #b256ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010110 10101011
Octal 262 126 253
Decimal 178 86 171
Hex B2 56 AB

RGB Percentages of Color #b256ab

%40.92
%19.77
%39.31

CMYK Percentages of Color #b256ab

%0
%52
%4
%30

Triadic Colors of #b256ab

#b256ab #abb256 #56abb2

Analogous Colors of #b256ab

#b256ab #b2567d #8b56b2

Monochromatic Colors of #b256ab

#b256ab

Complementary Color

#b256ab #56b25d

#b256ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b256ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b256ab Color CSS Codes

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

#b256ab Text Font Color

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

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


#b256ab Background Color

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

This div background color is #b256ab


#b256ab Border Color

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

This div border color is #b256ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b256ab


Comments

No comments written yet.

Please login to write comment.