Color Hex Logo

#ba769d Color Hex

#BA769D
(186,118,157)
0 Favorites   0 Comments

Color spaces of #ba769d

RGB 186118157
HSL0.900.330.60
HSV326°37°73°
CMYK 0.000.370.16   0.27
XYZ32.813925.830335.1545
Yxy25.83030.34980.2754
Hunter Lab50.823526.3063-5.4343
CIE-Lab57.875632.3304-9.8333

#ba769d color RGB value is (186,118,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110110 10011101
Octal 272 166 235
Decimal 186 118 157
Hex BA 76 9D

RGB Percentages of Color #ba769d

%40.35
%25.60
%34.06

CMYK Percentages of Color #ba769d

%0
%37
%16
%27

Triadic Colors of #ba769d

#ba769d #9dba76 #769dba

Analogous Colors of #ba769d

#ba769d #ba767b #b576ba

Monochromatic Colors of #ba769d

#ba769d

Complementary Color

#ba769d #76ba93

#ba769d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba769d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba769d Color CSS Codes

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

#ba769d Text Font Color

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

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


#ba769d Background Color

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

This div background color is #ba769d


#ba769d Border Color

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

This div border color is #ba769d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba769d


Comments

No comments written yet.

Please login to write comment.