Color Hex Logo

#b351ba Color Hex

#B351BA
(179,81,186)
0 Favorites   0 Comments

Color spaces of #b351ba

RGB 17981186
HSL0.820.430.52
HSV296°56°73°
CMYK 0.040.560.00   0.27
XYZ30.395819.013748.5224
Yxy19.01370.31040.1942
Hunter Lab43.604748.1199-35.4534
CIE-Lab50.703254.4091-37.7595

#b351ba color RGB value is (179,81,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010001 10111010
Octal 263 121 272
Decimal 179 81 186
Hex B3 51 BA

RGB Percentages of Color #b351ba

%40.13
%18.16
%41.70

CMYK Percentages of Color #b351ba

%4
%56
%0
%27

Triadic Colors of #b351ba

#b351ba #bab351 #51bab3

Analogous Colors of #b351ba

#b351ba #ba518d #7f51ba

Monochromatic Colors of #b351ba

#b351ba

Complementary Color

#b351ba #58ba51

#b351ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b351ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b351ba Color CSS Codes

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

#b351ba Text Font Color

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

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


#b351ba Background Color

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

This div background color is #b351ba


#b351ba Border Color

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

This div border color is #b351ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b351ba


Comments

No comments written yet.

Please login to write comment.