Color Hex Logo

#ba005f Color Hex

#BA005F
(186,0,95)
0 Favorites   0 Comments

Color spaces of #ba005f

RGB 186095
HSL0.911.000.36
HSV329°100°73°
CMYK 0.001.000.49   0.27
XYZ22.315311.265311.8248
Yxy11.26530.49150.2481
Hunter Lab33.563859.94112.6063
CIE-Lab40.023866.97301.1723

#ba005f color RGB value is (186,0,95).

#ba005f hex color red value is 186, green value is 0 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ba005f hue: 0.91 , saturation: 1.00 and the lightness value of ba005f is 0.36.

The process color (four color CMYK) of #ba005f color hex is 0.00, 1.00, 0.49, 0.27. Web safe color of #ba005f is #cc0066. Color #ba005f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000000 01011111
Octal 272 0 137
Decimal 186 0 95
Hex BA 0 5F

RGB Percentages of Color #ba005f

%66.19
%0.00
%33.81

CMYK Percentages of Color #ba005f

%0
%100
%49
%27

Triadic Colors of #ba005f

#ba005f #5fba00 #005fba

Analogous Colors of #ba005f

#ba005f #ba0002 #b800ba

Monochromatic Colors of #ba005f

#ba005f

Complementary Color

#ba005f #00ba5b

#ba005f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba005f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba005f Color CSS Codes

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

#ba005f Text Font Color

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

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


#ba005f Background Color

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

This div background color is #ba005f


#ba005f Border Color

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

This div border color is #ba005f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba005f


Comments

No comments written yet.

Please login to write comment.