Color Hex Logo

#ba055c Color Hex

#BA055C
(186,5,92)
0 Favorites   0 Comments

Color spaces of #ba055c

RGB 186592
HSL0.920.950.37
HSV331°97°73°
CMYK 0.000.970.51   0.27
XYZ22.235711.320411.1383
Yxy11.32040.49750.2533
Hunter Lab33.645859.08623.9244
CIE-Lab40.114966.21283.2130

#ba055c color RGB value is (186,5,92).

#ba055c hex color red value is 186, green value is 5 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ba055c hue: 0.92 , saturation: 0.95 and the lightness value of ba055c is 0.37.

The process color (four color CMYK) of #ba055c color hex is 0.00, 0.97, 0.51, 0.27. Web safe color of #ba055c is #cc0066. Color #ba055c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000101 01011100
Octal 272 5 134
Decimal 186 5 92
Hex BA 5 5C

RGB Percentages of Color #ba055c

%65.72
%1.77
%32.51

CMYK Percentages of Color #ba055c

%0
%97
%51
%27

Triadic Colors of #ba055c

#ba055c #5cba05 #055cba

Analogous Colors of #ba055c

#ba055c #ba0805 #ba05b7

Monochromatic Colors of #ba055c

#ba055c

Complementary Color

#ba055c #05ba63

#ba055c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba055c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba055c Color CSS Codes

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

#ba055c Text Font Color

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

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


#ba055c Background Color

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

This div background color is #ba055c


#ba055c Border Color

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

This div border color is #ba055c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba055c


Comments

No comments written yet.

Please login to write comment.