Color Hex Logo

#ba307b Color Hex

#BA307B
(186,48,123)
0 Favorites   0 Comments

Color spaces of #ba307b

RGB 18648123
HSL0.910.590.46
HSV327°74°73°
CMYK 0.000.740.34   0.27
XYZ24.881813.983120.1265
Yxy13.98310.42180.2370
Hunter Lab37.394053.3337-5.7358
CIE-Lab44.208760.3333-10.1205

#ba307b color RGB value is (186,48,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110000 01111011
Octal 272 60 173
Decimal 186 48 123
Hex BA 30 7B

RGB Percentages of Color #ba307b

%52.10
%13.45
%34.45

CMYK Percentages of Color #ba307b

%0
%74
%34
%27

Triadic Colors of #ba307b

#ba307b #7bba30 #307bba

Analogous Colors of #ba307b

#ba307b #ba3036 #b430ba

Monochromatic Colors of #ba307b

#ba307b

Complementary Color

#ba307b #30ba6f

#ba307b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba307b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba307b Color CSS Codes

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

#ba307b Text Font Color

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

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


#ba307b Background Color

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

This div background color is #ba307b


#ba307b Border Color

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

This div border color is #ba307b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba307b


Comments

No comments written yet.

Please login to write comment.