Color Hex Logo

#ba254d Color Hex

#BA254D
(186,37,77)
0 Favorites   0 Comments

Color spaces of #ba254d

RGB 1863777
HSL0.960.670.44
HSV344°80°73°
CMYK 0.000.800.59   0.27
XYZ22.250812.29818.2222
Yxy12.29810.52020.2875
Hunter Lab35.068651.886810.6469
CIE-Lab41.686059.510614.9231

#ba254d color RGB value is (186,37,77).

#ba254d hex color red value is 186, green value is 37 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ba254d hue: 0.96 , saturation: 0.67 and the lightness value of ba254d is 0.44.

The process color (four color CMYK) of #ba254d color hex is 0.00, 0.80, 0.59, 0.27. Web safe color of #ba254d is #cc3366. Color #ba254d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100101 01001101
Octal 272 45 115
Decimal 186 37 77
Hex BA 25 4D

RGB Percentages of Color #ba254d

%62.00
%12.33
%25.67

CMYK Percentages of Color #ba254d

%0
%80
%59
%27

Triadic Colors of #ba254d

#ba254d #4dba25 #254dba

Analogous Colors of #ba254d

#ba254d #ba4825 #ba2598

Monochromatic Colors of #ba254d

#ba254d

Complementary Color

#ba254d #25ba92

#ba254d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba254d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba254d Color CSS Codes

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

#ba254d Text Font Color

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

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


#ba254d Background Color

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

This div background color is #ba254d


#ba254d Border Color

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

This div border color is #ba254d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba254d


Comments

No comments written yet.

Please login to write comment.