Color Hex Logo

#ba4abb Color Hex

#BA4ABB
(186,74,187)
0 Favorites   0 Comments

Color spaces of #ba4abb

RGB 18674187
HSL0.830.450.51
HSV299°60°73°
CMYK 0.010.600.00   0.27
XYZ31.668118.924548.9974
Yxy18.92450.31800.1900
Hunter Lab43.502353.8125-36.3278
CIE-Lab50.598859.5651-38.4365

#ba4abb color RGB value is (186,74,187).

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

The process color (four color CMYK) of #ba4abb color hex is 0.01, 0.60, 0.00, 0.27. Web safe color of #ba4abb is #cc33cc. Color #ba4abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01001010 10111011
Octal 272 112 273
Decimal 186 74 187
Hex BA 4A BB

RGB Percentages of Color #ba4abb

%41.61
%16.55
%41.83

CMYK Percentages of Color #ba4abb

%1
%60
%0
%27

Triadic Colors of #ba4abb

#ba4abb #bbba4a #4abbba

Analogous Colors of #ba4abb

#ba4abb #bb4a84 #824abb

Monochromatic Colors of #ba4abb

#ba4abb

Complementary Color

#ba4abb #4bbb4a

#ba4abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba4abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba4abb Color CSS Codes

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

#ba4abb Text Font Color

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

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


#ba4abb Background Color

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

This div background color is #ba4abb


#ba4abb Border Color

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

This div border color is #ba4abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba4abb


Comments

No comments written yet.

Please login to write comment.