Color Hex Logo

#ba425f Color Hex

#BA425F
(186,66,95)
0 Favorites   0 Comments

Color spaces of #ba425f

RGB 1866695
HSL0.960.480.49
HSV346°65°73°
CMYK 0.000.650.49   0.27
XYZ24.263515.161812.4742
Yxy15.16180.46750.2921
Hunter Lab38.938243.08688.2626
CIE-Lab45.855050.56549.5104

#ba425f color RGB value is (186,66,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000010 01011111
Octal 272 102 137
Decimal 186 66 95
Hex BA 42 5F

RGB Percentages of Color #ba425f

%53.60
%19.02
%27.38

CMYK Percentages of Color #ba425f

%0
%65
%49
%27

Triadic Colors of #ba425f

#ba425f #5fba42 #425fba

Analogous Colors of #ba425f

#ba425f #ba6142 #ba429b

Monochromatic Colors of #ba425f

#ba425f

Complementary Color

#ba425f #42ba9d

#ba425f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba425f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba425f Color CSS Codes

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

#ba425f Text Font Color

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

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


#ba425f Background Color

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

This div background color is #ba425f


#ba425f Border Color

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

This div border color is #ba425f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba425f


Comments

No comments written yet.

Please login to write comment.