Color Hex Logo

#ba277f Color Hex

#BA277F
(186,39,127)
0 Favorites   0 Comments

Color spaces of #ba277f

RGB 18639127
HSL0.900.650.44
HSV324°79°73°
CMYK 0.000.790.32   0.27
XYZ24.806013.422421.3620
Yxy13.42240.41630.2252
Hunter Lab36.636656.7452-8.9251
CIE-Lab43.392963.5244-13.8121

#ba277f color RGB value is (186,39,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100111 01111111
Octal 272 47 177
Decimal 186 39 127
Hex BA 27 7F

RGB Percentages of Color #ba277f

%52.84
%11.08
%36.08

CMYK Percentages of Color #ba277f

%0
%79
%32
%27

Triadic Colors of #ba277f

#ba277f #7fba27 #277fba

Analogous Colors of #ba277f

#ba277f #ba2735 #ac27ba

Monochromatic Colors of #ba277f

#ba277f

Complementary Color

#ba277f #27ba62

#ba277f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba277f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba277f Color CSS Codes

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

#ba277f Text Font Color

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

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


#ba277f Background Color

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

This div background color is #ba277f


#ba277f Border Color

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

This div border color is #ba277f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba277f


Comments

No comments written yet.

Please login to write comment.