Color Hex Logo

#ba319f Color Hex

#BA319F
(186,49,159)
0 Favorites   0 Comments

Color spaces of #ba319f

RGB 18649159
HSL0.870.580.46
HSV312°74°73°
CMYK 0.000.740.15   0.27
XYZ27.606015.138934.2680
Yxy15.13890.35850.1966
Hunter Lab38.908758.5566-24.9822
CIE-Lab45.823964.6426-29.4491

#ba319f color RGB value is (186,49,159).

#ba319f hex color red value is 186, green value is 49 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ba319f hue: 0.87 , saturation: 0.58 and the lightness value of ba319f is 0.46.

The process color (four color CMYK) of #ba319f color hex is 0.00, 0.74, 0.15, 0.27. Web safe color of #ba319f is #cc3399. Color #ba319f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110001 10011111
Octal 272 61 237
Decimal 186 49 159
Hex BA 31 9F

RGB Percentages of Color #ba319f

%47.21
%12.44
%40.36

CMYK Percentages of Color #ba319f

%0
%74
%15
%27

Triadic Colors of #ba319f

#ba319f #9fba31 #319fba

Analogous Colors of #ba319f

#ba319f #ba315a #9131ba

Monochromatic Colors of #ba319f

#ba319f

Complementary Color

#ba319f #31ba4c

#ba319f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba319f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba319f Color CSS Codes

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

#ba319f Text Font Color

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

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


#ba319f Background Color

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

This div background color is #ba319f


#ba319f Border Color

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

This div border color is #ba319f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,49,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba319f


Comments

No comments written yet.

Please login to write comment.