Color Hex Logo

#b478bb Color Hex

#B478BB
(180,120,187)
0 Favorites   0 Comments

Color spaces of #b478bb

RGB 180120187
HSL0.820.330.60
HSV294°36°73°
CMYK 0.040.360.00   0.27
XYZ34.508526.724150.3532
Yxy26.72410.30930.2395
Hunter Lab51.695428.6883-21.5639
CIE-Lab58.718134.6361-25.8385

#b478bb color RGB value is (180,120,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111000 10111011
Octal 264 170 273
Decimal 180 120 187
Hex B4 78 BB

RGB Percentages of Color #b478bb

%36.96
%24.64
%38.40

CMYK Percentages of Color #b478bb

%4
%36
%0
%27

Triadic Colors of #b478bb

#b478bb #bbb478 #78bbb4

Analogous Colors of #b478bb

#b478bb #bb78a1 #9378bb

Monochromatic Colors of #b478bb

#b478bb

Complementary Color

#b478bb #7fbb78

#b478bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b478bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b478bb Color CSS Codes

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

#b478bb Text Font Color

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

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


#b478bb Background Color

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

This div background color is #b478bb


#b478bb Border Color

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

This div border color is #b478bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b478bb


Comments

No comments written yet.

Please login to write comment.