Color Hex Logo

#b578ab Color Hex

#B578AB
(181,120,171)
0 Favorites   0 Comments

Color spaces of #b578ab

RGB 181120171
HSL0.860.290.59
HSV310°34°71°
CMYK 0.000.340.06   0.29
XYZ33.123226.197041.8388
Yxy26.19700.32740.2590
Hunter Lab51.183025.9464-12.6376
CIE-Lab58.223631.9292-17.4301

#b578ab color RGB value is (181,120,171).

#b578ab hex color red value is 181, green value is 120 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b578ab hue: 0.86 , saturation: 0.29 and the lightness value of b578ab is 0.59.

The process color (four color CMYK) of #b578ab color hex is 0.00, 0.34, 0.06, 0.29. Web safe color of #b578ab is #cc6699. Color #b578ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01111000 10101011
Octal 265 170 253
Decimal 181 120 171
Hex B5 78 AB

RGB Percentages of Color #b578ab

%38.35
%25.42
%36.23

CMYK Percentages of Color #b578ab

%0
%34
%6
%29

Triadic Colors of #b578ab

#b578ab #abb578 #78abb5

Analogous Colors of #b578ab

#b578ab #b5788d #a178b5

Monochromatic Colors of #b578ab

#b578ab

Complementary Color

#b578ab #78b582

#b578ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b578ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b578ab Color CSS Codes

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

#b578ab Text Font Color

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

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


#b578ab Background Color

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

This div background color is #b578ab


#b578ab Border Color

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

This div border color is #b578ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,120,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 #b578ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b578ab


Comments

No comments written yet.

Please login to write comment.