Color Hex Logo

#ba425b Color Hex

#BA425B
(186,66,91)
0 Favorites   0 Comments

Color spaces of #ba425b

RGB 1866691
HSL0.970.480.49
HSV348°65°73°
CMYK 0.000.650.51   0.27
XYZ24.086215.090911.5409
Yxy15.09090.47490.2975
Hunter Lab38.847042.69269.5787
CIE-Lab45.758450.207211.8295

#ba425b color RGB value is (186,66,91).

#ba425b hex color red value is 186, green value is 66 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ba425b hue: 0.97 , saturation: 0.48 and the lightness value of ba425b is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000010 01011011
Octal 272 102 133
Decimal 186 66 91
Hex BA 42 5B

RGB Percentages of Color #ba425b

%54.23
%19.24
%26.53

CMYK Percentages of Color #ba425b

%0
%65
%51
%27

Triadic Colors of #ba425b

#ba425b #5bba42 #425bba

Analogous Colors of #ba425b

#ba425b #ba6542 #ba4297

Monochromatic Colors of #ba425b

#ba425b

Complementary Color

#ba425b #42baa1

#ba425b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba425b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba425b Color CSS Codes

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

#ba425b Text Font Color

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

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


#ba425b Background Color

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

This div background color is #ba425b


#ba425b Border Color

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

This div border color is #ba425b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba425b


Comments

No comments written yet.

Please login to write comment.