Color Hex Logo

#ba7688 Color Hex

#BA7688
(186,118,136)
0 Favorites   0 Comments

Color spaces of #ba7688

RGB 186118136
HSL0.960.330.60
HSV344°37°73°
CMYK 0.000.370.27   0.27
XYZ31.172125.173526.5086
Yxy25.17350.37620.3038
Hunter Lab50.173223.09713.7959
CIE-Lab57.244129.10231.3992

#ba7688 color RGB value is (186,118,136).

#ba7688 hex color red value is 186, green value is 118 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #ba7688 hue: 0.96 , saturation: 0.33 and the lightness value of ba7688 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110110 10001000
Octal 272 166 210
Decimal 186 118 136
Hex BA 76 88

RGB Percentages of Color #ba7688

%42.27
%26.82
%30.91

CMYK Percentages of Color #ba7688

%0
%37
%27
%27

Triadic Colors of #ba7688

#ba7688 #88ba76 #7688ba

Analogous Colors of #ba7688

#ba7688 #ba8676 #ba76aa

Monochromatic Colors of #ba7688

#ba7688

Complementary Color

#ba7688 #76baa8

#ba7688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba7688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba7688 Color CSS Codes

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

#ba7688 Text Font Color

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

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


#ba7688 Background Color

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

This div background color is #ba7688


#ba7688 Border Color

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

This div border color is #ba7688


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba7688


Comments

No comments written yet.

Please login to write comment.