Color Hex Logo

#b314ab Color Hex

#B314AB
(179,20,171)
0 Favorites   0 Comments

Color spaces of #b314ab

RGB 17920171
HSL0.840.800.39
HSV303°89°70°
CMYK 0.000.890.04   0.30
XYZ26.191213.024339.6616
Yxy13.02430.33210.1651
Hunter Lab36.089266.3876-39.8966
CIE-Lab42.799871.9210-41.4556

#b314ab color RGB value is (179,20,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00010100 10101011
Octal 263 24 253
Decimal 179 20 171
Hex B3 14 AB

RGB Percentages of Color #b314ab

%48.38
%5.41
%46.22

CMYK Percentages of Color #b314ab

%0
%89
%4
%30

Triadic Colors of #b314ab

#b314ab #abb314 #14abb3

Analogous Colors of #b314ab

#b314ab #b3145c #6c14b3

Monochromatic Colors of #b314ab

#b314ab

Complementary Color

#b314ab #14b31c

#b314ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b314ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b314ab Color CSS Codes

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

#b314ab Text Font Color

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

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


#b314ab Background Color

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

This div background color is #b314ab


#b314ab Border Color

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

This div border color is #b314ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b314ab


Comments

No comments written yet.

Please login to write comment.