Color Hex Logo

#ba245f Color Hex

#BA245F
(186,36,95)
0 Favorites   0 Comments

Color spaces of #ba245f

RGB 1863695
HSL0.930.680.44
HSV336°81°73°
CMYK 0.000.810.49   0.27
XYZ22.946112.527112.0350
Yxy12.52710.48300.2637
Hunter Lab35.393653.78474.6150
CIE-Lab42.041961.15374.0897

#ba245f color RGB value is (186,36,95).

#ba245f hex color red value is 186, green value is 36 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ba245f hue: 0.93 , saturation: 0.68 and the lightness value of ba245f is 0.44.

The process color (four color CMYK) of #ba245f color hex is 0.00, 0.81, 0.49, 0.27. Web safe color of #ba245f is #cc3366. Color #ba245f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100100 01011111
Octal 272 44 137
Decimal 186 36 95
Hex BA 24 5F

RGB Percentages of Color #ba245f

%58.68
%11.36
%29.97

CMYK Percentages of Color #ba245f

%0
%81
%49
%27

Triadic Colors of #ba245f

#ba245f #5fba24 #245fba

Analogous Colors of #ba245f

#ba245f #ba3424 #ba24aa

Monochromatic Colors of #ba245f

#ba245f

Complementary Color

#ba245f #24ba7f

#ba245f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba245f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba245f Color CSS Codes

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

#ba245f Text Font Color

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

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


#ba245f Background Color

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

This div background color is #ba245f


#ba245f Border Color

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

This div border color is #ba245f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba245f


Comments

No comments written yet.

Please login to write comment.