Color Hex Logo

#ba3baf Color Hex

#BA3BAF
(186,59,175)
0 Favorites   0 Comments

Color spaces of #ba3baf

RGB 18659175
HSL0.850.520.48
HSV305°68°73°
CMYK 0.000.680.06   0.27
XYZ29.551516.662242.2160
Yxy16.66220.33420.1884
Hunter Lab40.819457.7926-32.7451
CIE-Lab47.831663.5914-35.7830

#ba3baf color RGB value is (186,59,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00111011 10101111
Octal 272 73 257
Decimal 186 59 175
Hex BA 3B AF

RGB Percentages of Color #ba3baf

%44.29
%14.05
%41.67

CMYK Percentages of Color #ba3baf

%0
%68
%6
%27

Triadic Colors of #ba3baf

#ba3baf #afba3b #3bafba

Analogous Colors of #ba3baf

#ba3baf #ba3b70 #863bba

Monochromatic Colors of #ba3baf

#ba3baf

Complementary Color

#ba3baf #3bba46

#ba3baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba3baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba3baf Color CSS Codes

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

#ba3baf Text Font Color

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

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


#ba3baf Background Color

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

This div background color is #ba3baf


#ba3baf Border Color

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

This div border color is #ba3baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba3baf


Comments

No comments written yet.

Please login to write comment.