Color Hex Logo

#b951ba Color Hex

#B951BA
(185,81,186)
0 Favorites   0 Comments

Color spaces of #b951ba

RGB 18581186
HSL0.830.430.52
HSV299°56°73°
CMYK 0.010.560.00   0.27
XYZ31.812919.744348.5887
Yxy19.74430.31770.1972
Hunter Lab44.434650.0365-33.7288
CIE-Lab51.546956.0059-36.3745

#b951ba color RGB value is (185,81,186).

#b951ba hex color red value is 185, green value is 81 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b951ba hue: 0.83 , saturation: 0.43 and the lightness value of b951ba is 0.52.

The process color (four color CMYK) of #b951ba color hex is 0.01, 0.56, 0.00, 0.27. Web safe color of #b951ba is #cc66cc. Color #b951ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010001 10111010
Octal 271 121 272
Decimal 185 81 186
Hex B9 51 BA

RGB Percentages of Color #b951ba

%40.93
%17.92
%41.15

CMYK Percentages of Color #b951ba

%1
%56
%0
%27

Triadic Colors of #b951ba

#b951ba #bab951 #51bab9

Analogous Colors of #b951ba

#b951ba #ba5187 #8551ba

Monochromatic Colors of #b951ba

#b951ba

Complementary Color

#b951ba #52ba51

#b951ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b951ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b951ba Color CSS Codes

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

#b951ba Text Font Color

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

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


#b951ba Background Color

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

This div background color is #b951ba


#b951ba Border Color

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

This div border color is #b951ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b951ba


Comments

No comments written yet.

Please login to write comment.