Color Hex Logo

#ba606b Color Hex

#BA606B
(186,96,107)
0 Favorites   0 Comments

Color spaces of #ba606b

RGB 18696107
HSL0.980.390.55
HSV353°48°73°
CMYK 0.000.480.42   0.27
XYZ27.086419.866416.3169
Yxy19.86640.42810.3140
Hunter Lab44.571730.47459.4952
CIE-Lab51.685837.284910.4676

#ba606b color RGB value is (186,96,107).

#ba606b hex color red value is 186, green value is 96 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ba606b hue: 0.98 , saturation: 0.39 and the lightness value of ba606b is 0.55.

The process color (four color CMYK) of #ba606b color hex is 0.00, 0.48, 0.42, 0.27. Web safe color of #ba606b is #cc6666. Color #ba606b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100000 01101011
Octal 272 140 153
Decimal 186 96 107
Hex BA 60 6B

RGB Percentages of Color #ba606b

%47.81
%24.68
%27.51

CMYK Percentages of Color #ba606b

%0
%48
%42
%27

Triadic Colors of #ba606b

#ba606b #6bba60 #606bba

Analogous Colors of #ba606b

#ba606b #ba8260 #ba6098

Monochromatic Colors of #ba606b

#ba606b

Complementary Color

#ba606b #60baaf

#ba606b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba606b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba606b Color CSS Codes

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

#ba606b Text Font Color

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

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


#ba606b Background Color

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

This div background color is #ba606b


#ba606b Border Color

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

This div border color is #ba606b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba606b


Comments

No comments written yet.

Please login to write comment.