Color Hex Logo

#ba4baf Color Hex

#BA4BAF
(186,75,175)
0 Favorites   0 Comments

Color spaces of #ba4baf

RGB 18675175
HSL0.850.450.51
HSV306°60°73°
CMYK 0.000.600.06   0.27
XYZ30.503618.566442.5334
Yxy18.56640.33300.2027
Hunter Lab43.088750.9593-28.3637
CIE-Lab50.176057.0854-32.1054

#ba4baf color RGB value is (186,75,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01001011 10101111
Octal 272 113 257
Decimal 186 75 175
Hex BA 4B AF

RGB Percentages of Color #ba4baf

%42.66
%17.20
%40.14

CMYK Percentages of Color #ba4baf

%0
%60
%6
%27

Triadic Colors of #ba4baf

#ba4baf #afba4b #4bafba

Analogous Colors of #ba4baf

#ba4baf #ba4b78 #8e4bba

Monochromatic Colors of #ba4baf

#ba4baf

Complementary Color

#ba4baf #4bba56

#ba4baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba4baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba4baf Color CSS Codes

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

#ba4baf Text Font Color

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

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


#ba4baf Background Color

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

This div background color is #ba4baf


#ba4baf Border Color

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

This div border color is #ba4baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba4baf


Comments

No comments written yet.

Please login to write comment.