Color Hex Logo

#ba439f Color Hex

#BA439F
(186,67,159)
0 Favorites   0 Comments

Color spaces of #ba439f

RGB 18667159
HSL0.870.470.50
HSV314°64°73°
CMYK 0.000.640.15   0.27
XYZ28.514916.956634.5709
Yxy16.95660.35620.2118
Hunter Lab41.178451.5441-20.9514
CIE-Lab48.205357.9726-25.7428

#ba439f color RGB value is (186,67,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000011 10011111
Octal 272 103 237
Decimal 186 67 159
Hex BA 43 9F

RGB Percentages of Color #ba439f

%45.15
%16.26
%38.59

CMYK Percentages of Color #ba439f

%0
%64
%15
%27

Triadic Colors of #ba439f

#ba439f #9fba43 #439fba

Analogous Colors of #ba439f

#ba439f #ba4363 #9a43ba

Monochromatic Colors of #ba439f

#ba439f

Complementary Color

#ba439f #43ba5e

#ba439f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba439f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba439f Color CSS Codes

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

#ba439f Text Font Color

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

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


#ba439f Background Color

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

This div background color is #ba439f


#ba439f Border Color

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

This div border color is #ba439f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba439f


Comments

No comments written yet.

Please login to write comment.