Color Hex Logo

#ba347b Color Hex

#BA347B
(186,52,123)
0 Favorites   0 Comments

Color spaces of #ba347b

RGB 18652123
HSL0.910.560.47
HSV328°72°73°
CMYK 0.000.720.34   0.27
XYZ25.052814.325120.1835
Yxy14.32510.42060.2405
Hunter Lab37.848551.9183-5.1237
CIE-Lab44.695658.9656-9.3885

#ba347b color RGB value is (186,52,123).

#ba347b hex color red value is 186, green value is 52 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ba347b hue: 0.91 , saturation: 0.56 and the lightness value of ba347b is 0.47.

The process color (four color CMYK) of #ba347b color hex is 0.00, 0.72, 0.34, 0.27. Web safe color of #ba347b is #cc3366. Color #ba347b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110100 01111011
Octal 272 64 173
Decimal 186 52 123
Hex BA 34 7B

RGB Percentages of Color #ba347b

%51.52
%14.40
%34.07

CMYK Percentages of Color #ba347b

%0
%72
%34
%27

Triadic Colors of #ba347b

#ba347b #7bba34 #347bba

Analogous Colors of #ba347b

#ba347b #ba3438 #b634ba

Monochromatic Colors of #ba347b

#ba347b

Complementary Color

#ba347b #34ba73

#ba347b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba347b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba347b Color CSS Codes

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

#ba347b Text Font Color

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

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


#ba347b Background Color

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

This div background color is #ba347b


#ba347b Border Color

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

This div border color is #ba347b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba347b


Comments

No comments written yet.

Please login to write comment.