Color Hex Logo

#b780ba Color Hex

#B780BA
(183,128,186)
0 Favorites   0 Comments

Color spaces of #b780ba

RGB 183128186
HSL0.820.300.62
HSV297°31°73°
CMYK 0.020.310.00   0.27
XYZ36.110529.050850.1585
Yxy29.05080.31310.2519
Hunter Lab53.898825.2665-17.4464
CIE-Lab60.826430.9848-22.0038

#b780ba color RGB value is (183,128,186).

#b780ba hex color red value is 183, green value is 128 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b780ba hue: 0.82 , saturation: 0.30 and the lightness value of b780ba is 0.62.

The process color (four color CMYK) of #b780ba color hex is 0.02, 0.31, 0.00, 0.27. Web safe color of #b780ba is #cc99cc. Color #b780ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10000000 10111010
Octal 267 200 272
Decimal 183 128 186
Hex B7 80 BA

RGB Percentages of Color #b780ba

%36.82
%25.75
%37.42

CMYK Percentages of Color #b780ba

%2
%31
%0
%27

Triadic Colors of #b780ba

#b780ba #bab780 #80bab7

Analogous Colors of #b780ba

#b780ba #ba80a0 #9a80ba

Monochromatic Colors of #b780ba

#b780ba

Complementary Color

#b780ba #83ba80

#b780ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b780ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b780ba Color CSS Codes

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

#b780ba Text Font Color

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

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


#b780ba Background Color

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

This div background color is #b780ba


#b780ba Border Color

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

This div border color is #b780ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,128,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b780ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b780ba;
  -webkit-box-shadow: 1px 1px 3px 2px #b780ba;
  box-shadow:         1px 1px 3px 2px #b780ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,128,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b780ba


Comments

No comments written yet.

Please login to write comment.