Color Hex Logo

#ba65bb Color Hex

#BA65BB
(186,101,187)
0 Favorites   0 Comments

Color spaces of #ba65bb

RGB 186101187
HSL0.830.390.56
HSV299°46°73°
CMYK 0.010.460.00   0.27
XYZ33.873023.334349.7324
Yxy23.33430.31670.2182
Hunter Lab48.305640.6336-27.2273
CIE-Lab55.415046.6702-30.8951

#ba65bb color RGB value is (186,101,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100101 10111011
Octal 272 145 273
Decimal 186 101 187
Hex BA 65 BB

RGB Percentages of Color #ba65bb

%39.24
%21.31
%39.45

CMYK Percentages of Color #ba65bb

%1
%46
%0
%27

Triadic Colors of #ba65bb

#ba65bb #bbba65 #65bbba

Analogous Colors of #ba65bb

#ba65bb #bb6591 #8f65bb

Monochromatic Colors of #ba65bb

#ba65bb

Complementary Color

#ba65bb #66bb65

#ba65bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba65bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba65bb Color CSS Codes

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

#ba65bb Text Font Color

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

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


#ba65bb Background Color

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

This div background color is #ba65bb


#ba65bb Border Color

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

This div border color is #ba65bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba65bb


Comments

No comments written yet.

Please login to write comment.