Color Hex Logo

#ba265f Color Hex

#BA265F
(186,38,95)
0 Favorites   0 Comments

Color spaces of #ba265f

RGB 1863895
HSL0.940.660.44
HSV337°80°73°
CMYK 0.000.800.49   0.27
XYZ23.008412.651612.0558
Yxy12.65160.48220.2651
Hunter Lab35.569153.21954.8026
CIE-Lab42.233560.60914.3649

#ba265f color RGB value is (186,38,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100110 01011111
Octal 272 46 137
Decimal 186 38 95
Hex BA 26 5F

RGB Percentages of Color #ba265f

%58.31
%11.91
%29.78

CMYK Percentages of Color #ba265f

%0
%80
%49
%27

Triadic Colors of #ba265f

#ba265f #5fba26 #265fba

Analogous Colors of #ba265f

#ba265f #ba3726 #ba26a9

Monochromatic Colors of #ba265f

#ba265f

Complementary Color

#ba265f #26ba81

#ba265f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba265f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba265f Color CSS Codes

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

#ba265f Text Font Color

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

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


#ba265f Background Color

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

This div background color is #ba265f


#ba265f Border Color

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

This div border color is #ba265f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,38,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 #ba265f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba265f


Comments

No comments written yet.

Please login to write comment.