Color Hex Logo

#b351aa Color Hex

#B351AA
(179,81,170)
0 Favorites   0 Comments

Color spaces of #b351aa

RGB 17981170
HSL0.850.390.51
HSV306°55°70°
CMYK 0.000.550.05   0.30
XYZ28.788518.370840.0588
Yxy18.37080.33010.2106
Hunter Lab42.861244.8858-25.4107
CIE-Lab49.942851.5506-29.6153

#b351aa color RGB value is (179,81,170).

#b351aa hex color red value is 179, green value is 81 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b351aa hue: 0.85 , saturation: 0.39 and the lightness value of b351aa is 0.51.

The process color (four color CMYK) of #b351aa color hex is 0.00, 0.55, 0.05, 0.30. Web safe color of #b351aa is #cc6699. Color #b351aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010001 10101010
Octal 263 121 252
Decimal 179 81 170
Hex B3 51 AA

RGB Percentages of Color #b351aa

%41.63
%18.84
%39.53

CMYK Percentages of Color #b351aa

%0
%55
%5
%30

Triadic Colors of #b351aa

#b351aa #aab351 #51aab3

Analogous Colors of #b351aa

#b351aa #b35179 #8b51b3

Monochromatic Colors of #b351aa

#b351aa

Complementary Color

#b351aa #51b35a

#b351aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b351aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b351aa Color CSS Codes

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

#b351aa Text Font Color

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

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


#b351aa Background Color

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

This div background color is #b351aa


#b351aa Border Color

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

This div border color is #b351aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,81,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b351aa


Comments

No comments written yet.

Please login to write comment.