Color Hex Logo

#ba428b Color Hex

#BA428B
(186,66,139)
0 Favorites   0 Comments

Color spaces of #ba428b

RGB 18666139
HSL0.900.480.49
HSV324°65°73°
CMYK 0.000.650.25   0.27
XYZ26.858116.199626.1374
Yxy16.19960.38820.2341
Hunter Lab40.248748.6783-10.3286
CIE-Lab47.235355.5413-15.2716

#ba428b color RGB value is (186,66,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000010 10001011
Octal 272 102 213
Decimal 186 66 139
Hex BA 42 8B

RGB Percentages of Color #ba428b

%47.57
%16.88
%35.55

CMYK Percentages of Color #ba428b

%0
%65
%25
%27

Triadic Colors of #ba428b

#ba428b #8bba42 #428bba

Analogous Colors of #ba428b

#ba428b #ba424f #ad42ba

Monochromatic Colors of #ba428b

#ba428b

Complementary Color

#ba428b #42ba71

#ba428b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba428b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba428b Color CSS Codes

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

#ba428b Text Font Color

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

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


#ba428b Background Color

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

This div background color is #ba428b


#ba428b Border Color

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

This div border color is #ba428b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba428b


Comments

No comments written yet.

Please login to write comment.