Color Hex Logo

#b314aa Color Hex

#B314AA
(179,20,170)
0 Favorites   0 Comments

Color spaces of #b314aa

RGB 17920170
HSL0.840.800.39
HSV303°89°70°
CMYK 0.000.890.05   0.30
XYZ26.096312.986339.1614
Yxy12.98630.33350.1660
Hunter Lab36.036566.1992-39.2058
CIE-Lab42.742671.7743-40.9512

#b314aa color RGB value is (179,20,170).

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

The process color (four color CMYK) of #b314aa color hex is 0.00, 0.89, 0.05, 0.30. Web safe color of #b314aa is #cc0099. Color #b314aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00010100 10101010
Octal 263 24 252
Decimal 179 20 170
Hex B3 14 AA

RGB Percentages of Color #b314aa

%48.51
%5.42
%46.07

CMYK Percentages of Color #b314aa

%0
%89
%5
%30

Triadic Colors of #b314aa

#b314aa #aab314 #14aab3

Analogous Colors of #b314aa

#b314aa #b3145b #6d14b3

Monochromatic Colors of #b314aa

#b314aa

Complementary Color

#b314aa #14b31d

#b314aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b314aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b314aa Color CSS Codes

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

#b314aa Text Font Color

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

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


#b314aa Background Color

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

This div background color is #b314aa


#b314aa Border Color

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

This div border color is #b314aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b314aa


Comments

No comments written yet.

Please login to write comment.