Color Hex Logo

#ba66ca Color Hex

#BA66CA
(186,102,202)
0 Favorites   0 Comments

Color spaces of #ba66ca

RGB 186102202
HSL0.810.490.60
HSV290°50°79°
CMYK 0.080.500.00   0.21
XYZ35.661724.206158.6698
Yxy24.20610.30080.2042
Hunter Lab49.199743.2837-36.2625
CIE-Lab56.293649.0165-38.1036

#ba66ca color RGB value is (186,102,202).

#ba66ca hex color red value is 186, green value is 102 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ba66ca hue: 0.81 , saturation: 0.49 and the lightness value of ba66ca is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100110 11001010
Octal 272 146 312
Decimal 186 102 202
Hex BA 66 CA

RGB Percentages of Color #ba66ca

%37.96
%20.82
%41.22

CMYK Percentages of Color #ba66ca

%8
%50
%0
%21

Triadic Colors of #ba66ca

#ba66ca #caba66 #66caba

Analogous Colors of #ba66ca

#ba66ca #ca66a8 #8866ca

Monochromatic Colors of #ba66ca

#ba66ca

Complementary Color

#ba66ca #76ca66

#ba66ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba66ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba66ca Color CSS Codes

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

#ba66ca Text Font Color

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

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


#ba66ca Background Color

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

This div background color is #ba66ca


#ba66ca Border Color

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

This div border color is #ba66ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba66ca


Comments

No comments written yet.

Please login to write comment.