Color Hex Logo

#ba2cad Color Hex

#BA2CAD
(186,44,173)
0 Favorites   0 Comments

Color spaces of #ba2cad

RGB 18644173
HSL0.850.620.45
HSV305°76°73°
CMYK 0.000.760.07   0.27
XYZ28.693215.257640.9679
Yxy15.25760.33790.1797
Hunter Lab39.061062.7648-34.8418
CIE-Lab45.985068.2390-37.5151

#ba2cad color RGB value is (186,44,173).

#ba2cad hex color red value is 186, green value is 44 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ba2cad hue: 0.85 , saturation: 0.62 and the lightness value of ba2cad is 0.45.

The process color (four color CMYK) of #ba2cad color hex is 0.00, 0.76, 0.07, 0.27. Web safe color of #ba2cad is #cc3399. Color #ba2cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00101100 10101101
Octal 272 54 255
Decimal 186 44 173
Hex BA 2C AD

RGB Percentages of Color #ba2cad

%46.15
%10.92
%42.93

CMYK Percentages of Color #ba2cad

%0
%76
%7
%27

Triadic Colors of #ba2cad

#ba2cad #adba2c #2cadba

Analogous Colors of #ba2cad

#ba2cad #ba2c66 #802cba

Monochromatic Colors of #ba2cad

#ba2cad

Complementary Color

#ba2cad #2cba39

#ba2cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba2cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba2cad Color CSS Codes

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

#ba2cad Text Font Color

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

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


#ba2cad Background Color

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

This div background color is #ba2cad


#ba2cad Border Color

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

This div border color is #ba2cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba2cad


Comments

No comments written yet.

Please login to write comment.