Color Hex Logo

#ba61af Color Hex

#BA61AF
(186,97,175)
0 Favorites   0 Comments

Color spaces of #ba61af

RGB 18697175
HSL0.850.390.55
HSV307°48°73°
CMYK 0.000.480.06   0.27
XYZ32.262322.083643.1196
Yxy22.08360.33100.2266
Hunter Lab46.993240.3078-21.5076
CIE-Lab54.115646.5609-25.9816

#ba61af color RGB value is (186,97,175).

#ba61af hex color red value is 186, green value is 97 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ba61af hue: 0.85 , saturation: 0.39 and the lightness value of ba61af is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100001 10101111
Octal 272 141 257
Decimal 186 97 175
Hex BA 61 AF

RGB Percentages of Color #ba61af

%40.61
%21.18
%38.21

CMYK Percentages of Color #ba61af

%0
%48
%6
%27

Triadic Colors of #ba61af

#ba61af #afba61 #61afba

Analogous Colors of #ba61af

#ba61af #ba6183 #9961ba

Monochromatic Colors of #ba61af

#ba61af

Complementary Color

#ba61af #61ba6c

#ba61af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba61af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba61af Color CSS Codes

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

#ba61af Text Font Color

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

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


#ba61af Background Color

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

This div background color is #ba61af


#ba61af Border Color

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

This div border color is #ba61af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba61af


Comments

No comments written yet.

Please login to write comment.