Color Hex Logo

#ba64cd Color Hex

#BA64CD
(186,100,205)
0 Favorites   0 Comments

Color spaces of #ba64cd

RGB 186100205
HSL0.800.510.60
HSV289°51°80°
CMYK 0.090.510.00   0.20
XYZ35.826323.961260.4943
Yxy23.96120.29790.1992
Hunter Lab48.950244.9801-39.0075
CIE-Lab56.048950.6250-40.1952

#ba64cd color RGB value is (186,100,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100100 11001101
Octal 272 144 315
Decimal 186 100 205
Hex BA 64 CD

RGB Percentages of Color #ba64cd

%37.88
%20.37
%41.75

CMYK Percentages of Color #ba64cd

%9
%51
%0
%20

Triadic Colors of #ba64cd

#ba64cd #cdba64 #64cdba

Analogous Colors of #ba64cd

#ba64cd #cd64ac #8664cd

Monochromatic Colors of #ba64cd

#ba64cd

Complementary Color

#ba64cd #77cd64

#ba64cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba64cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba64cd Color CSS Codes

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

#ba64cd Text Font Color

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

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


#ba64cd Background Color

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

This div background color is #ba64cd


#ba64cd Border Color

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

This div border color is #ba64cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,100,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 #ba64cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba64cd


Comments

No comments written yet.

Please login to write comment.