Color Hex Logo

#ba255b Color Hex

#BA255B
(186,37,91)
0 Favorites   0 Comments

Color spaces of #ba255b

RGB 1863791
HSL0.940.670.44
HSV338°80°73°
CMYK 0.000.800.51   0.27
XYZ22.799612.517611.1120
Yxy12.51760.49110.2696
Hunter Lab35.380253.11306.1447
CIE-Lab42.027260.55296.5837

#ba255b color RGB value is (186,37,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100101 01011011
Octal 272 45 133
Decimal 186 37 91
Hex BA 25 5B

RGB Percentages of Color #ba255b

%59.24
%11.78
%28.98

CMYK Percentages of Color #ba255b

%0
%80
%51
%27

Triadic Colors of #ba255b

#ba255b #5bba25 #255bba

Analogous Colors of #ba255b

#ba255b #ba3a25 #ba25a6

Monochromatic Colors of #ba255b

#ba255b

Complementary Color

#ba255b #25ba84

#ba255b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba255b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba255b Color CSS Codes

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

#ba255b Text Font Color

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

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


#ba255b Background Color

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

This div background color is #ba255b


#ba255b Border Color

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

This div border color is #ba255b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba255b


Comments

No comments written yet.

Please login to write comment.