Color Hex Logo

#b357aa Color Hex

#B357AA
(179,87,170)
0 Favorites   0 Comments

Color spaces of #b357aa

RGB 17987170
HSL0.850.380.52
HSV306°51°70°
CMYK 0.000.510.05   0.30
XYZ29.254319.302440.2141
Yxy19.30240.32950.2174
Hunter Lab43.934541.9709-23.5151
CIE-Lab51.039148.6263-27.9101

#b357aa color RGB value is (179,87,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010111 10101010
Octal 263 127 252
Decimal 179 87 170
Hex B3 57 AA

RGB Percentages of Color #b357aa

%41.06
%19.95
%38.99

CMYK Percentages of Color #b357aa

%0
%51
%5
%30

Triadic Colors of #b357aa

#b357aa #aab357 #57aab3

Analogous Colors of #b357aa

#b357aa #b3577c #8e57b3

Monochromatic Colors of #b357aa

#b357aa

Complementary Color

#b357aa #57b360

#b357aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b357aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b357aa Color CSS Codes

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

#b357aa Text Font Color

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

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


#b357aa Background Color

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

This div background color is #b357aa


#b357aa Border Color

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

This div border color is #b357aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b357aa


Comments

No comments written yet.

Please login to write comment.