Color Hex Logo

#ba334b Color Hex

#BA334B
(186,51,75)
0 Favorites   0 Comments

Color spaces of #ba334b

RGB 1865175
HSL0.970.570.46
HSV349°73°73°
CMYK 0.000.730.60   0.27
XYZ22.703513.31488.0300
Yxy13.31480.51540.3023
Hunter Lab36.489547.205012.4950
CIE-Lab43.233854.915018.2556

#ba334b color RGB value is (186,51,75).

#ba334b hex color red value is 186, green value is 51 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ba334b hue: 0.97 , saturation: 0.57 and the lightness value of ba334b is 0.46.

The process color (four color CMYK) of #ba334b color hex is 0.00, 0.73, 0.60, 0.27. Web safe color of #ba334b is #cc3333. Color #ba334b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110011 01001011
Octal 272 63 113
Decimal 186 51 75
Hex BA 33 4B

RGB Percentages of Color #ba334b

%59.62
%16.35
%24.04

CMYK Percentages of Color #ba334b

%0
%73
%60
%27

Triadic Colors of #ba334b

#ba334b #4bba33 #334bba

Analogous Colors of #ba334b

#ba334b #ba5f33 #ba338f

Monochromatic Colors of #ba334b

#ba334b

Complementary Color

#ba334b #33baa2

#ba334b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba334b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba334b Color CSS Codes

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

#ba334b Text Font Color

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

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


#ba334b Background Color

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

This div background color is #ba334b


#ba334b Border Color

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

This div border color is #ba334b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba334b


Comments

No comments written yet.

Please login to write comment.