Color Hex Logo

#ba629f Color Hex

#BA629F
(186,98,159)
0 Favorites   0 Comments

Color spaces of #ba629f

RGB 18698159
HSL0.880.390.56
HSV318°47°73°
CMYK 0.000.470.15   0.27
XYZ30.875421.677735.3578
Yxy21.67770.35120.2466
Hunter Lab46.559336.8919-12.4341
CIE-Lab53.683443.3527-17.3254

#ba629f color RGB value is (186,98,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100010 10011111
Octal 272 142 237
Decimal 186 98 159
Hex BA 62 9F

RGB Percentages of Color #ba629f

%41.99
%22.12
%35.89

CMYK Percentages of Color #ba629f

%0
%47
%15
%27

Triadic Colors of #ba629f

#ba629f #9fba62 #629fba

Analogous Colors of #ba629f

#ba629f #ba6273 #a962ba

Monochromatic Colors of #ba629f

#ba629f

Complementary Color

#ba629f #62ba7d

#ba629f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba629f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba629f Color CSS Codes

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

#ba629f Text Font Color

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

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


#ba629f Background Color

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

This div background color is #ba629f


#ba629f Border Color

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

This div border color is #ba629f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba629f


Comments

No comments written yet.

Please login to write comment.