Color Hex Logo

#ba276c Color Hex

#BA276C
(186,39,108)
0 Favorites   0 Comments

Color spaces of #ba276c

RGB 18639108
HSL0.920.650.44
HSV332°79°73°
CMYK 0.000.790.42   0.27
XYZ23.682012.972915.4432
Yxy12.97290.45460.2490
Hunter Lab36.017954.3335-0.2089
CIE-Lab42.722461.5138-3.0557

#ba276c color RGB value is (186,39,108).

#ba276c hex color red value is 186, green value is 39 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ba276c hue: 0.92 , saturation: 0.65 and the lightness value of ba276c is 0.44.

The process color (four color CMYK) of #ba276c color hex is 0.00, 0.79, 0.42, 0.27. Web safe color of #ba276c is #cc3366. Color #ba276c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100111 01101100
Octal 272 47 154
Decimal 186 39 108
Hex BA 27 6C

RGB Percentages of Color #ba276c

%55.86
%11.71
%32.43

CMYK Percentages of Color #ba276c

%0
%79
%42
%27

Triadic Colors of #ba276c

#ba276c #6cba27 #276cba

Analogous Colors of #ba276c

#ba276c #ba2c27 #ba27b6

Monochromatic Colors of #ba276c

#ba276c

Complementary Color

#ba276c #27ba75

#ba276c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba276c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba276c Color CSS Codes

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

#ba276c Text Font Color

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

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


#ba276c Background Color

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

This div background color is #ba276c


#ba276c Border Color

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

This div border color is #ba276c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba276c


Comments

No comments written yet.

Please login to write comment.