Color Hex Logo

#ba64bb Color Hex

#BA64BB
(186,100,187)
0 Favorites   0 Comments

Color spaces of #ba64bb

RGB 186100187
HSL0.830.390.56
HSV299°47°73°
CMYK 0.010.470.00   0.27
XYZ33.776523.141349.7002
Yxy23.14130.31680.2170
Hunter Lab48.105441.1467-27.5818
CIE-Lab55.217647.1843-31.2023

#ba64bb color RGB value is (186,100,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100100 10111011
Octal 272 144 273
Decimal 186 100 187
Hex BA 64 BB

RGB Percentages of Color #ba64bb

%39.32
%21.14
%39.53

CMYK Percentages of Color #ba64bb

%1
%47
%0
%27

Triadic Colors of #ba64bb

#ba64bb #bbba64 #64bbba

Analogous Colors of #ba64bb

#ba64bb #bb6491 #8f64bb

Monochromatic Colors of #ba64bb

#ba64bb

Complementary Color

#ba64bb #65bb64

#ba64bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba64bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba64bb Color CSS Codes

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

#ba64bb Text Font Color

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

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


#ba64bb Background Color

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

This div background color is #ba64bb


#ba64bb Border Color

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

This div border color is #ba64bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba64bb


Comments

No comments written yet.

Please login to write comment.