Color Hex Logo

#ba6ccd Color Hex

#BA6CCD
(186,108,205)
0 Favorites   0 Comments

Color spaces of #ba6ccd

RGB 186108205
HSL0.800.490.61
HSV288°47°80°
CMYK 0.090.470.00   0.20
XYZ36.631725.572060.7628
Yxy25.57200.29790.2080
Hunter Lab50.568840.8090-35.8440
CIE-Lab57.628546.5028-37.7147

#ba6ccd color RGB value is (186,108,205).

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

The process color (four color CMYK) of #ba6ccd color hex is 0.09, 0.47, 0.00, 0.20. Web safe color of #ba6ccd is #cc66cc. Color #ba6ccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101100 11001101
Octal 272 154 315
Decimal 186 108 205
Hex BA 6C CD

RGB Percentages of Color #ba6ccd

%37.27
%21.64
%41.08

CMYK Percentages of Color #ba6ccd

%9
%47
%0
%20

Triadic Colors of #ba6ccd

#ba6ccd #cdba6c #6ccdba

Analogous Colors of #ba6ccd

#ba6ccd #cd6cb0 #8a6ccd

Monochromatic Colors of #ba6ccd

#ba6ccd

Complementary Color

#ba6ccd #7fcd6c

#ba6ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba6ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba6ccd Color CSS Codes

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

#ba6ccd Text Font Color

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

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


#ba6ccd Background Color

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

This div background color is #ba6ccd


#ba6ccd Border Color

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

This div border color is #ba6ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba6ccd


Comments

No comments written yet.

Please login to write comment.