Color Hex Logo

#ba254b Color Hex

#BA254B
(186,37,75)
0 Favorites   0 Comments

Color spaces of #ba254b

RGB 1863775
HSL0.960.670.44
HSV345°80°73°
CMYK 0.000.800.60   0.27
XYZ22.181312.27027.8559
Yxy12.27020.52430.2900
Hunter Lab35.028851.731011.2233
CIE-Lab41.642459.377616.1223

#ba254b color RGB value is (186,37,75).

#ba254b hex color red value is 186, green value is 37 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ba254b hue: 0.96 , saturation: 0.67 and the lightness value of ba254b is 0.44.

The process color (four color CMYK) of #ba254b color hex is 0.00, 0.80, 0.60, 0.27. Web safe color of #ba254b is #cc3333. Color #ba254b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100101 01001011
Octal 272 45 113
Decimal 186 37 75
Hex BA 25 4B

RGB Percentages of Color #ba254b

%62.42
%12.42
%25.17

CMYK Percentages of Color #ba254b

%0
%80
%60
%27

Triadic Colors of #ba254b

#ba254b #4bba25 #254bba

Analogous Colors of #ba254b

#ba254b #ba4a25 #ba2596

Monochromatic Colors of #ba254b

#ba254b

Complementary Color

#ba254b #25ba94

#ba254b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba254b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba254b Color CSS Codes

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

#ba254b Text Font Color

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

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


#ba254b Background Color

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

This div background color is #ba254b


#ba254b Border Color

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

This div border color is #ba254b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba254b


Comments

No comments written yet.

Please login to write comment.