Color Hex Logo

#ba6482 Color Hex

#BA6482
(186,100,130)
0 Favorites   0 Comments

Color spaces of #ba6482

RGB 186100130
HSL0.940.380.56
HSV339°46°73°
CMYK 0.000.460.30   0.27
XYZ28.836121.165223.6845
Yxy21.16520.39130.2872
Hunter Lab46.005731.37301.6804
CIE-Lab53.129837.9983-1.0919

#ba6482 color RGB value is (186,100,130).

#ba6482 hex color red value is 186, green value is 100 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #ba6482 hue: 0.94 , saturation: 0.38 and the lightness value of ba6482 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100100 10000010
Octal 272 144 202
Decimal 186 100 130
Hex BA 64 82

RGB Percentages of Color #ba6482

%44.71
%24.04
%31.25

CMYK Percentages of Color #ba6482

%0
%46
%30
%27

Triadic Colors of #ba6482

#ba6482 #82ba64 #6482ba

Analogous Colors of #ba6482

#ba6482 #ba7164 #ba64ad

Monochromatic Colors of #ba6482

#ba6482

Complementary Color

#ba6482 #64ba9c

#ba6482 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba6482 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba6482 Color CSS Codes

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

#ba6482 Text Font Color

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

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


#ba6482 Background Color

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

This div background color is #ba6482


#ba6482 Border Color

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

This div border color is #ba6482


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba6482


Comments

No comments written yet.

Please login to write comment.