Color Hex Logo

#ba429b Color Hex

#BA429B
(186,66,155)
0 Favorites   0 Comments

Color spaces of #ba429b

RGB 18666155
HSL0.880.480.49
HSV316°65°73°
CMYK 0.000.650.17   0.27
XYZ28.114316.702132.7524
Yxy16.70210.36240.2153
Hunter Lab40.868251.2754-18.9082
CIE-Lab47.882557.7893-23.8638

#ba429b color RGB value is (186,66,155).

#ba429b hex color red value is 186, green value is 66 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ba429b hue: 0.88 , saturation: 0.48 and the lightness value of ba429b is 0.49.

The process color (four color CMYK) of #ba429b color hex is 0.00, 0.65, 0.17, 0.27. Web safe color of #ba429b is #cc3399. Color #ba429b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000010 10011011
Octal 272 102 233
Decimal 186 66 155
Hex BA 42 9B

RGB Percentages of Color #ba429b

%45.70
%16.22
%38.08

CMYK Percentages of Color #ba429b

%0
%65
%17
%27

Triadic Colors of #ba429b

#ba429b #9bba42 #429bba

Analogous Colors of #ba429b

#ba429b #ba425f #9d42ba

Monochromatic Colors of #ba429b

#ba429b

Complementary Color

#ba429b #42ba61

#ba429b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba429b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba429b Color CSS Codes

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

#ba429b Text Font Color

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

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


#ba429b Background Color

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

This div background color is #ba429b


#ba429b Border Color

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

This div border color is #ba429b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba429b


Comments

No comments written yet.

Please login to write comment.