Color Hex Logo

#ba1dae Color Hex

#BA1DAE
(186,29,174)
0 Favorites   0 Comments

Color spaces of #ba1dae

RGB 18629174
HSL0.850.730.42
HSV305°84°73°
CMYK 0.000.840.06   0.27
XYZ28.329014.373841.3257
Yxy14.37380.33710.1711
Hunter Lab37.912867.0304-38.0883
CIE-Lab44.764372.0755-40.0389

#ba1dae color RGB value is (186,29,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00011101 10101110
Octal 272 35 256
Decimal 186 29 174
Hex BA 1D AE

RGB Percentages of Color #ba1dae

%47.81
%7.46
%44.73

CMYK Percentages of Color #ba1dae

%0
%84
%6
%27

Triadic Colors of #ba1dae

#ba1dae #aeba1d #1daeba

Analogous Colors of #ba1dae

#ba1dae #ba1d60 #781dba

Monochromatic Colors of #ba1dae

#ba1dae

Complementary Color

#ba1dae #1dba29

#ba1dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba1dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba1dae Color CSS Codes

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

#ba1dae Text Font Color

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

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


#ba1dae Background Color

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

This div background color is #ba1dae


#ba1dae Border Color

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

This div border color is #ba1dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba1dae


Comments

No comments written yet.

Please login to write comment.