Color Hex Logo

#ba1dad Color Hex

#BA1DAD
(186,29,173)
0 Favorites   0 Comments

Color spaces of #ba1dad

RGB 18629173
HSL0.850.730.42
HSV305°84°73°
CMYK 0.000.840.07   0.27
XYZ28.231914.335040.8141
Yxy14.33500.33860.1719
Hunter Lab37.861666.8427-37.4104
CIE-Lab44.709671.9294-39.5332

#ba1dad color RGB value is (186,29,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00011101 10101101
Octal 272 35 255
Decimal 186 29 173
Hex BA 1D AD

RGB Percentages of Color #ba1dad

%47.94
%7.47
%44.59

CMYK Percentages of Color #ba1dad

%0
%84
%7
%27

Triadic Colors of #ba1dad

#ba1dad #adba1d #1dadba

Analogous Colors of #ba1dad

#ba1dad #ba1d5e #791dba

Monochromatic Colors of #ba1dad

#ba1dad

Complementary Color

#ba1dad #1dba2a

#ba1dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba1dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba1dad Color CSS Codes

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

#ba1dad Text Font Color

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

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


#ba1dad Background Color

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

This div background color is #ba1dad


#ba1dad Border Color

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

This div border color is #ba1dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba1dad


Comments

No comments written yet.

Please login to write comment.