Color Hex Logo

#ba6dca Color Hex

#BA6DCA
(186,109,202)
0 Favorites   0 Comments

Color spaces of #ba6dca

RGB 186109202
HSL0.800.470.61
HSV290°46°79°
CMYK 0.080.460.00   0.21
XYZ36.379025.640658.9089
Yxy25.64060.30080.2120
Hunter Lab50.636539.6264-33.5305
CIE-Lab57.694345.3806-35.9093

#ba6dca color RGB value is (186,109,202).

#ba6dca hex color red value is 186, green value is 109 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ba6dca hue: 0.80 , saturation: 0.47 and the lightness value of ba6dca is 0.61.

The process color (four color CMYK) of #ba6dca color hex is 0.08, 0.46, 0.00, 0.21. Web safe color of #ba6dca is #cc66cc. Color #ba6dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101101 11001010
Octal 272 155 312
Decimal 186 109 202
Hex BA 6D CA

RGB Percentages of Color #ba6dca

%37.42
%21.93
%40.64

CMYK Percentages of Color #ba6dca

%8
%46
%0
%21

Triadic Colors of #ba6dca

#ba6dca #caba6d #6dcaba

Analogous Colors of #ba6dca

#ba6dca #ca6dac #8c6dca

Monochromatic Colors of #ba6dca

#ba6dca

Complementary Color

#ba6dca #7dca6d

#ba6dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba6dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba6dca Color CSS Codes

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

#ba6dca Text Font Color

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

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


#ba6dca Background Color

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

This div background color is #ba6dca


#ba6dca Border Color

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

This div border color is #ba6dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba6dca


Comments

No comments written yet.

Please login to write comment.