Color Hex Logo

#ba305b Color Hex

#BA305B
(186,48,91)
0 Favorites   0 Comments

Color spaces of #ba305b

RGB 1864891
HSL0.950.590.46
HSV341°74°73°
CMYK 0.000.740.51   0.27
XYZ23.195013.308311.2438
Yxy13.30830.48580.2787
Hunter Lab36.480549.65267.2624
CIE-Lab43.224257.17938.2793

#ba305b color RGB value is (186,48,91).

#ba305b hex color red value is 186, green value is 48 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ba305b hue: 0.95 , saturation: 0.59 and the lightness value of ba305b is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110000 01011011
Octal 272 60 133
Decimal 186 48 91
Hex BA 30 5B

RGB Percentages of Color #ba305b

%57.23
%14.77
%28.00

CMYK Percentages of Color #ba305b

%0
%74
%51
%27

Triadic Colors of #ba305b

#ba305b #5bba30 #305bba

Analogous Colors of #ba305b

#ba305b #ba4a30 #ba30a0

Monochromatic Colors of #ba305b

#ba305b

Complementary Color

#ba305b #30ba8f

#ba305b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba305b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba305b Color CSS Codes

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

#ba305b Text Font Color

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

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


#ba305b Background Color

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

This div background color is #ba305b


#ba305b Border Color

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

This div border color is #ba305b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba305b


Comments

No comments written yet.

Please login to write comment.