Color Hex Logo

#ba3daa Color Hex

#BA3DAA
(186,61,170)
0 Favorites   0 Comments

Color spaces of #ba3daa

RGB 18661170
HSL0.850.510.48
HSV308°67°73°
CMYK 0.000.670.09   0.27
XYZ29.174116.678939.7119
Yxy16.67890.34100.1949
Hunter Lab40.839856.0426-29.0647
CIE-Lab47.852962.0514-32.8038

#ba3daa color RGB value is (186,61,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00111101 10101010
Octal 272 75 252
Decimal 186 61 170
Hex BA 3D AA

RGB Percentages of Color #ba3daa

%44.60
%14.63
%40.77

CMYK Percentages of Color #ba3daa

%0
%67
%9
%27

Triadic Colors of #ba3daa

#ba3daa #aaba3d #3daaba

Analogous Colors of #ba3daa

#ba3daa #ba3d6c #8c3dba

Monochromatic Colors of #ba3daa

#ba3daa

Complementary Color

#ba3daa #3dba4d

#ba3daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba3daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba3daa Color CSS Codes

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

#ba3daa Text Font Color

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

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


#ba3daa Background Color

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

This div background color is #ba3daa


#ba3daa Border Color

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

This div border color is #ba3daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba3daa


Comments

No comments written yet.

Please login to write comment.