Color Hex Logo

#ba638d Color Hex

#BA638D
(186,99,141)
0 Favorites   0 Comments

Color spaces of #ba638d

RGB 18699141
HSL0.920.390.56
HSV331°47°73°
CMYK 0.000.470.24   0.27
XYZ29.519321.285927.7521
Yxy21.28590.37580.2710
Hunter Lab46.136633.4693-3.3685
CIE-Lab53.261040.0656-7.3911

#ba638d color RGB value is (186,99,141).

#ba638d hex color red value is 186, green value is 99 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ba638d hue: 0.92 , saturation: 0.39 and the lightness value of ba638d is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100011 10001101
Octal 272 143 215
Decimal 186 99 141
Hex BA 63 8D

RGB Percentages of Color #ba638d

%43.66
%23.24
%33.10

CMYK Percentages of Color #ba638d

%0
%47
%24
%27

Triadic Colors of #ba638d

#ba638d #8dba63 #638dba

Analogous Colors of #ba638d

#ba638d #ba6563 #ba63b9

Monochromatic Colors of #ba638d

#ba638d

Complementary Color

#ba638d #63ba90

#ba638d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba638d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba638d Color CSS Codes

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

#ba638d Text Font Color

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

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


#ba638d Background Color

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

This div background color is #ba638d


#ba638d Border Color

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

This div border color is #ba638d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba638d


Comments

No comments written yet.

Please login to write comment.