Color Hex Logo

#ba2dae Color Hex

#BA2DAE
(186,45,174)
0 Favorites   0 Comments

Color spaces of #ba2dae

RGB 18645174
HSL0.850.610.45
HSV305°76°73°
CMYK 0.000.760.06   0.27
XYZ28.828115.371941.4921
Yxy15.37190.33640.1794
Hunter Lab39.207062.6351-35.3007
CIE-Lab46.139468.0983-37.8621

#ba2dae color RGB value is (186,45,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00101101 10101110
Octal 272 55 256
Decimal 186 45 174
Hex BA 2D AE

RGB Percentages of Color #ba2dae

%45.93
%11.11
%42.96

CMYK Percentages of Color #ba2dae

%0
%76
%6
%27

Triadic Colors of #ba2dae

#ba2dae #aeba2d #2daeba

Analogous Colors of #ba2dae

#ba2dae #ba2d68 #802dba

Monochromatic Colors of #ba2dae

#ba2dae

Complementary Color

#ba2dae #2dba39

#ba2dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba2dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba2dae Color CSS Codes

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

#ba2dae Text Font Color

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

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


#ba2dae Background Color

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

This div background color is #ba2dae


#ba2dae Border Color

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

This div border color is #ba2dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba2dae


Comments

No comments written yet.

Please login to write comment.