Color Hex Logo

#ba467a Color Hex

#BA467A
(186,70,122)
0 Favorites   0 Comments

Color spaces of #ba467a

RGB 18670122
HSL0.930.460.50
HSV333°62°73°
CMYK 0.000.620.34   0.27
XYZ25.952716.224620.1761
Yxy16.22460.41620.2602
Hunter Lab40.279844.5199-1.5025
CIE-Lab47.267851.6720-4.9397

#ba467a color RGB value is (186,70,122).

#ba467a hex color red value is 186, green value is 70 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ba467a hue: 0.93 , saturation: 0.46 and the lightness value of ba467a is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000110 01111010
Octal 272 106 172
Decimal 186 70 122
Hex BA 46 7A

RGB Percentages of Color #ba467a

%49.21
%18.52
%32.28

CMYK Percentages of Color #ba467a

%0
%62
%34
%27

Triadic Colors of #ba467a

#ba467a #7aba46 #467aba

Analogous Colors of #ba467a

#ba467a #ba4c46 #ba46b4

Monochromatic Colors of #ba467a

#ba467a

Complementary Color

#ba467a #46ba86

#ba467a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba467a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba467a Color CSS Codes

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

#ba467a Text Font Color

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

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


#ba467a Background Color

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

This div background color is #ba467a


#ba467a Border Color

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

This div border color is #ba467a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba467a


Comments

No comments written yet.

Please login to write comment.