Color Hex Logo

#b314ba Color Hex

#B314BA
(179,20,186)
0 Favorites   0 Comments

Color spaces of #b314ba

RGB 17920186
HSL0.830.810.40
HSV297°89°73°
CMYK 0.040.890.00   0.27
XYZ27.703513.629247.6249
Yxy13.62920.31140.1532
Hunter Lab36.917769.3424-50.6433
CIE-Lab43.696474.2021-48.8925

#b314ba color RGB value is (179,20,186).

#b314ba hex color red value is 179, green value is 20 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b314ba hue: 0.83 , saturation: 0.81 and the lightness value of b314ba is 0.40.

The process color (four color CMYK) of #b314ba color hex is 0.04, 0.89, 0.00, 0.27. Web safe color of #b314ba is #cc00cc. Color #b314ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00010100 10111010
Octal 263 24 272
Decimal 179 20 186
Hex B3 14 BA

RGB Percentages of Color #b314ba

%46.49
%5.19
%48.31

CMYK Percentages of Color #b314ba

%4
%89
%0
%27

Triadic Colors of #b314ba

#b314ba #bab314 #14bab3

Analogous Colors of #b314ba

#b314ba #ba146e #6014ba

Monochromatic Colors of #b314ba

#b314ba

Complementary Color

#b314ba #1bba14

#b314ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b314ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b314ba Color CSS Codes

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

#b314ba Text Font Color

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

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


#b314ba Background Color

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

This div background color is #b314ba


#b314ba Border Color

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

This div border color is #b314ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b314ba


Comments

No comments written yet.

Please login to write comment.