Color Hex Logo

#ba1baf Color Hex

#BA1BAF
(186,27,175)
0 Favorites   0 Comments

Color spaces of #ba1baf

RGB 18627175
HSL0.840.750.42
HSV304°85°73°
CMYK 0.000.850.06   0.27
XYZ28.379514.318141.8253
Yxy14.31810.33580.1694
Hunter Lab37.839367.6565-39.0482
CIE-Lab44.685772.6126-40.7556

#ba1baf color RGB value is (186,27,175).

#ba1baf hex color red value is 186, green value is 27 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ba1baf hue: 0.84 , saturation: 0.75 and the lightness value of ba1baf is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00011011 10101111
Octal 272 33 257
Decimal 186 27 175
Hex BA 1B AF

RGB Percentages of Color #ba1baf

%47.94
%6.96
%45.10

CMYK Percentages of Color #ba1baf

%0
%85
%6
%27

Triadic Colors of #ba1baf

#ba1baf #afba1b #1bafba

Analogous Colors of #ba1baf

#ba1baf #ba1b60 #761bba

Monochromatic Colors of #ba1baf

#ba1baf

Complementary Color

#ba1baf #1bba26

#ba1baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba1baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba1baf Color CSS Codes

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

#ba1baf Text Font Color

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

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


#ba1baf Background Color

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

This div background color is #ba1baf


#ba1baf Border Color

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

This div border color is #ba1baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba1baf


Comments

No comments written yet.

Please login to write comment.