Color Hex Logo

#ba66bc Color Hex

#BA66BC
(186,102,188)
0 Favorites   0 Comments

Color spaces of #ba66bc

RGB 186102188
HSL0.830.390.57
HSV299°46°74°
CMYK 0.010.460.00   0.26
XYZ34.078223.572750.3308
Yxy23.57270.31560.2183
Hunter Lab48.551740.3227-27.4763
CIE-Lab55.657446.3399-31.0925

#ba66bc color RGB value is (186,102,188).

#ba66bc hex color red value is 186, green value is 102 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ba66bc hue: 0.83 , saturation: 0.39 and the lightness value of ba66bc is 0.57.

The process color (four color CMYK) of #ba66bc color hex is 0.01, 0.46, 0.00, 0.26. Web safe color of #ba66bc is #cc66cc. Color #ba66bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100110 10111100
Octal 272 146 274
Decimal 186 102 188
Hex BA 66 BC

RGB Percentages of Color #ba66bc

%39.08
%21.43
%39.50

CMYK Percentages of Color #ba66bc

%1
%46
%0
%26

Triadic Colors of #ba66bc

#ba66bc #bcba66 #66bcba

Analogous Colors of #ba66bc

#ba66bc #bc6693 #8f66bc

Monochromatic Colors of #ba66bc

#ba66bc

Complementary Color

#ba66bc #68bc66

#ba66bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba66bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba66bc Color CSS Codes

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

#ba66bc Text Font Color

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

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


#ba66bc Background Color

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

This div background color is #ba66bc


#ba66bc Border Color

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

This div border color is #ba66bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba66bc


Comments

No comments written yet.

Please login to write comment.