Color Hex Logo

#ba426e Color Hex

#BA426E
(186,66,110)
0 Favorites   0 Comments

Color spaces of #ba426e

RGB 18666110
HSL0.940.480.49
HSV338°65°73°
CMYK 0.000.650.41   0.27
XYZ25.012415.461316.4179
Yxy15.46130.43970.2718
Hunter Lab39.320944.73422.7689
CIE-Lab46.259652.05160.8934

#ba426e color RGB value is (186,66,110).

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

The process color (four color CMYK) of #ba426e color hex is 0.00, 0.65, 0.41, 0.27. Web safe color of #ba426e is #cc3366. Color #ba426e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000010 01101110
Octal 272 102 156
Decimal 186 66 110
Hex BA 42 6E

RGB Percentages of Color #ba426e

%51.38
%18.23
%30.39

CMYK Percentages of Color #ba426e

%0
%65
%41
%27

Triadic Colors of #ba426e

#ba426e #6eba42 #426eba

Analogous Colors of #ba426e

#ba426e #ba5242 #ba42aa

Monochromatic Colors of #ba426e

#ba426e

Complementary Color

#ba426e #42ba8e

#ba426e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba426e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba426e Color CSS Codes

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

#ba426e Text Font Color

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

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


#ba426e Background Color

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

This div background color is #ba426e


#ba426e Border Color

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

This div border color is #ba426e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba426e


Comments

No comments written yet.

Please login to write comment.