Color Hex Logo

#ba277d Color Hex

#BA277D
(186,39,125)
0 Favorites   0 Comments

Color spaces of #ba277d

RGB 18639125
HSL0.900.650.44
HSV325°79°73°
CMYK 0.000.790.33   0.27
XYZ24.676913.370820.6822
Yxy13.37080.42020.2277
Hunter Lab36.566156.4713-7.9388
CIE-Lab43.316763.2976-12.6974

#ba277d color RGB value is (186,39,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100111 01111101
Octal 272 47 175
Decimal 186 39 125
Hex BA 27 7D

RGB Percentages of Color #ba277d

%53.14
%11.14
%35.71

CMYK Percentages of Color #ba277d

%0
%79
%33
%27

Triadic Colors of #ba277d

#ba277d #7dba27 #277dba

Analogous Colors of #ba277d

#ba277d #ba2734 #ae27ba

Monochromatic Colors of #ba277d

#ba277d

Complementary Color

#ba277d #27ba64

#ba277d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba277d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba277d Color CSS Codes

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

#ba277d Text Font Color

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

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


#ba277d Background Color

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

This div background color is #ba277d


#ba277d Border Color

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

This div border color is #ba277d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba277d


Comments

No comments written yet.

Please login to write comment.