Color Hex Logo

#ba668b Color Hex

#BA668B
(186,102,139)
0 Favorites   0 Comments

Color spaces of #ba668b

RGB 186102139
HSL0.930.380.56
HSV334°45°73°
CMYK 0.000.450.25   0.27
XYZ29.661321.805927.0717
Yxy21.80590.37770.2776
Hunter Lab46.696831.6619-1.6847
CIE-Lab53.820538.1962-5.3816

#ba668b color RGB value is (186,102,139).

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

The process color (four color CMYK) of #ba668b color hex is 0.00, 0.45, 0.25, 0.27. Web safe color of #ba668b is #cc6699. Color #ba668b contains mainly RED color.

Base Numbers

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

RGB Percentages of Color #ba668b

%43.56
%23.89
%32.55

CMYK Percentages of Color #ba668b

%0
%45
%25
%27

Triadic Colors of #ba668b

#ba668b #8bba66 #668bba

Analogous Colors of #ba668b

#ba668b #ba6b66 #ba66b5

Monochromatic Colors of #ba668b

#ba668b

Complementary Color

#ba668b #66ba95

#ba668b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba668b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba668b Color CSS Codes

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

#ba668b Text Font Color

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

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


#ba668b Background Color

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

This div background color is #ba668b


#ba668b Border Color

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

This div border color is #ba668b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba668b


Comments

No comments written yet.

Please login to write comment.