Color Hex Logo

#ba3284 Color Hex

#BA3284
(186,50,132)
0 Favorites   0 Comments

Color spaces of #ba3284

RGB 18650132
HSL0.900.580.46
HSV324°73°73°
CMYK 0.000.730.29   0.27
XYZ25.555214.386323.2597
Yxy14.38630.40430.2276
Hunter Lab37.929353.8898-9.8084
CIE-Lab44.781960.7224-14.7614

#ba3284 color RGB value is (186,50,132).

#ba3284 hex color red value is 186, green value is 50 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #ba3284 hue: 0.90 , saturation: 0.58 and the lightness value of ba3284 is 0.46.

The process color (four color CMYK) of #ba3284 color hex is 0.00, 0.73, 0.29, 0.27. Web safe color of #ba3284 is #cc3399. Color #ba3284 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110010 10000100
Octal 272 62 204
Decimal 186 50 132
Hex BA 32 84

RGB Percentages of Color #ba3284

%50.54
%13.59
%35.87

CMYK Percentages of Color #ba3284

%0
%73
%29
%27

Triadic Colors of #ba3284

#ba3284 #84ba32 #3284ba

Analogous Colors of #ba3284

#ba3284 #ba3240 #ac32ba

Monochromatic Colors of #ba3284

#ba3284

Complementary Color

#ba3284 #32ba68

#ba3284 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba3284 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba3284 Color CSS Codes

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

#ba3284 Text Font Color

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

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


#ba3284 Background Color

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

This div background color is #ba3284


#ba3284 Border Color

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

This div border color is #ba3284


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba3284


Comments

No comments written yet.

Please login to write comment.