Color Hex Logo

#b561ba Color Hex

#B561BA
(181,97,186)
0 Favorites   0 Comments

Color spaces of #b561ba

RGB 18197186
HSL0.820.390.55
HSV297°48°73°
CMYK 0.030.480.00   0.27
XYZ32.193721.918348.9882
Yxy21.91830.31230.2126
Hunter Lab46.817040.8158-29.2678
CIE-Lab53.940247.0695-32.6658

#b561ba color RGB value is (181,97,186).

#b561ba hex color red value is 181, green value is 97 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b561ba hue: 0.82 , saturation: 0.39 and the lightness value of b561ba is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01100001 10111010
Octal 265 141 272
Decimal 181 97 186
Hex B5 61 BA

RGB Percentages of Color #b561ba

%39.01
%20.91
%40.09

CMYK Percentages of Color #b561ba

%3
%48
%0
%27

Triadic Colors of #b561ba

#b561ba #bab561 #61bab5

Analogous Colors of #b561ba

#b561ba #ba6193 #8961ba

Monochromatic Colors of #b561ba

#b561ba

Complementary Color

#b561ba #66ba61

#b561ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b561ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b561ba Color CSS Codes

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

#b561ba Text Font Color

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

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


#b561ba Background Color

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

This div background color is #b561ba


#b561ba Border Color

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

This div border color is #b561ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b561ba


Comments

No comments written yet.

Please login to write comment.