Color Hex Logo

#ba6688 Color Hex

#BA6688
(186,102,136)
0 Favorites   0 Comments

Color spaces of #ba6688

RGB 186102136
HSL0.930.380.56
HSV336°45°73°
CMYK 0.000.450.27   0.27
XYZ29.445021.719425.9329
Yxy21.71940.38190.2817
Hunter Lab46.604131.2212-0.3691
CIE-Lab53.728037.7683-3.7523

#ba6688 color RGB value is (186,102,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100110 10001000
Octal 272 146 210
Decimal 186 102 136
Hex BA 66 88

RGB Percentages of Color #ba6688

%43.87
%24.06
%32.08

CMYK Percentages of Color #ba6688

%0
%45
%27
%27

Triadic Colors of #ba6688

#ba6688 #88ba66 #6688ba

Analogous Colors of #ba6688

#ba6688 #ba6e66 #ba66b2

Monochromatic Colors of #ba6688

#ba6688

Complementary Color

#ba6688 #66ba98

#ba6688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba6688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba6688 Color CSS Codes

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

#ba6688 Text Font Color

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

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


#ba6688 Background Color

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

This div background color is #ba6688


#ba6688 Border Color

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

This div border color is #ba6688


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba6688


Comments

No comments written yet.

Please login to write comment.