Color Hex Logo

#ba356b Color Hex

#BA356B
(186,53,107)
0 Favorites   0 Comments

Color spaces of #ba356b

RGB 18653107
HSL0.930.560.47
HSV336°72°73°
CMYK 0.000.720.42   0.27
XYZ24.176614.046815.3470
Yxy14.04680.45130.2622
Hunter Lab37.479149.55661.9572
CIE-Lab44.300056.8891-0.1186

#ba356b color RGB value is (186,53,107).

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

The process color (four color CMYK) of #ba356b color hex is 0.00, 0.72, 0.42, 0.27. Web safe color of #ba356b is #cc3366. Color #ba356b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110101 01101011
Octal 272 65 153
Decimal 186 53 107
Hex BA 35 6B

RGB Percentages of Color #ba356b

%53.76
%15.32
%30.92

CMYK Percentages of Color #ba356b

%0
%72
%42
%27

Triadic Colors of #ba356b

#ba356b #6bba35 #356bba

Analogous Colors of #ba356b

#ba356b #ba4235 #ba35ae

Monochromatic Colors of #ba356b

#ba356b

Complementary Color

#ba356b #35ba84

#ba356b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba356b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba356b Color CSS Codes

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

#ba356b Text Font Color

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

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


#ba356b Background Color

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

This div background color is #ba356b


#ba356b Border Color

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

This div border color is #ba356b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba356b


Comments

No comments written yet.

Please login to write comment.