Color Hex Logo

#b578bb Color Hex

#B578BB
(181,120,187)
0 Favorites   0 Comments

Color spaces of #b578bb

RGB 181120187
HSL0.820.330.60
HSV295°36°73°
CMYK 0.030.360.00   0.27
XYZ34.742226.844650.3641
Yxy26.84460.31030.2398
Hunter Lab51.811829.0219-21.3651
CIE-Lab58.830234.9562-25.6563

#b578bb color RGB value is (181,120,187).

#b578bb hex color red value is 181, green value is 120 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b578bb hue: 0.82 , saturation: 0.33 and the lightness value of b578bb is 0.60.

The process color (four color CMYK) of #b578bb color hex is 0.03, 0.36, 0.00, 0.27. Web safe color of #b578bb is #cc66cc. Color #b578bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01111000 10111011
Octal 265 170 273
Decimal 181 120 187
Hex B5 78 BB

RGB Percentages of Color #b578bb

%37.09
%24.59
%38.32

CMYK Percentages of Color #b578bb

%3
%36
%0
%27

Triadic Colors of #b578bb

#b578bb #bbb578 #78bbb5

Analogous Colors of #b578bb

#b578bb #bb78a0 #9478bb

Monochromatic Colors of #b578bb

#b578bb

Complementary Color

#b578bb #7ebb78

#b578bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b578bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b578bb Color CSS Codes

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

#b578bb Text Font Color

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

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


#b578bb Background Color

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

This div background color is #b578bb


#b578bb Border Color

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

This div border color is #b578bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b578bb


Comments

No comments written yet.

Please login to write comment.