Color Hex Logo

#ba3bad Color Hex

#BA3BAD
(186,59,173)
0 Favorites   0 Comments

Color spaces of #ba3bad

RGB 18659173
HSL0.850.520.48
HSV306°68°73°
CMYK 0.000.680.07   0.27
XYZ29.356516.584241.1890
Yxy16.58420.33690.1903
Hunter Lab40.723757.4088-31.4608
CIE-Lab47.731863.2747-34.7627

#ba3bad color RGB value is (186,59,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00111011 10101101
Octal 272 73 255
Decimal 186 59 173
Hex BA 3B AD

RGB Percentages of Color #ba3bad

%44.50
%14.11
%41.39

CMYK Percentages of Color #ba3bad

%0
%68
%7
%27

Triadic Colors of #ba3bad

#ba3bad #adba3b #3badba

Analogous Colors of #ba3bad

#ba3bad #ba3b6e #883bba

Monochromatic Colors of #ba3bad

#ba3bad

Complementary Color

#ba3bad #3bba48

#ba3bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba3bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba3bad Color CSS Codes

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

#ba3bad Text Font Color

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

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


#ba3bad Background Color

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

This div background color is #ba3bad


#ba3bad Border Color

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

This div border color is #ba3bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba3bad


Comments

No comments written yet.

Please login to write comment.