Color Hex Logo

#ba6599 Color Hex

#BA6599
(186,101,153)
0 Favorites   0 Comments

Color spaces of #ba6599

RGB 186101153
HSL0.900.380.56
HSV323°46°73°
CMYK 0.000.460.18   0.27
XYZ30.653122.046432.7768
Yxy22.04640.35860.2579
Hunter Lab46.953634.3628-8.5209
CIE-Lab54.076240.8326-13.2183

#ba6599 color RGB value is (186,101,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100101 10011001
Octal 272 145 231
Decimal 186 101 153
Hex BA 65 99

RGB Percentages of Color #ba6599

%42.27
%22.95
%34.77

CMYK Percentages of Color #ba6599

%0
%46
%18
%27

Triadic Colors of #ba6599

#ba6599 #99ba65 #6599ba

Analogous Colors of #ba6599

#ba6599 #ba656f #b165ba

Monochromatic Colors of #ba6599

#ba6599

Complementary Color

#ba6599 #65ba86

#ba6599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba6599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba6599 Color CSS Codes

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

#ba6599 Text Font Color

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

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


#ba6599 Background Color

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

This div background color is #ba6599


#ba6599 Border Color

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

This div border color is #ba6599


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba6599


Comments

No comments written yet.

Please login to write comment.