Color Hex Logo

#ba3dad Color Hex

#BA3DAD
(186,61,173)
0 Favorites   0 Comments

Color spaces of #ba3dad

RGB 18661173
HSL0.850.510.48
HSV306°67°73°
CMYK 0.000.670.07   0.27
XYZ29.461316.793741.2239
Yxy16.79370.33680.1920
Hunter Lab40.980156.6115-30.9566
CIE-Lab47.999062.5245-34.3428

#ba3dad color RGB value is (186,61,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00111101 10101101
Octal 272 75 255
Decimal 186 61 173
Hex BA 3D AD

RGB Percentages of Color #ba3dad

%44.29
%14.52
%41.19

CMYK Percentages of Color #ba3dad

%0
%67
%7
%27

Triadic Colors of #ba3dad

#ba3dad #adba3d #3dadba

Analogous Colors of #ba3dad

#ba3dad #ba3d6f #893dba

Monochromatic Colors of #ba3dad

#ba3dad

Complementary Color

#ba3dad #3dba4a

#ba3dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba3dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba3dad Color CSS Codes

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

#ba3dad Text Font Color

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

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


#ba3dad Background Color

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

This div background color is #ba3dad


#ba3dad Border Color

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

This div border color is #ba3dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba3dad


Comments

No comments written yet.

Please login to write comment.