Color Hex Logo

#ba358b Color Hex

#BA358B
(186,53,139)
0 Favorites   0 Comments

Color spaces of #ba358b

RGB 18653139
HSL0.890.560.47
HSV321°72°73°
CMYK 0.000.720.25   0.27
XYZ26.183014.849425.9123
Yxy14.84940.39110.2218
Hunter Lab38.534953.8478-12.8943
CIE-Lab45.427260.5621-18.0311

#ba358b color RGB value is (186,53,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110101 10001011
Octal 272 65 213
Decimal 186 53 139
Hex BA 35 8B

RGB Percentages of Color #ba358b

%49.21
%14.02
%36.77

CMYK Percentages of Color #ba358b

%0
%72
%25
%27

Triadic Colors of #ba358b

#ba358b #8bba35 #358bba

Analogous Colors of #ba358b

#ba358b #ba3549 #a735ba

Monochromatic Colors of #ba358b

#ba358b

Complementary Color

#ba358b #35ba64

#ba358b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba358b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba358b Color CSS Codes

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

#ba358b Text Font Color

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

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


#ba358b Background Color

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

This div background color is #ba358b


#ba358b Border Color

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

This div border color is #ba358b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,53,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 #ba358b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba358b


Comments

No comments written yet.

Please login to write comment.