Color Hex Logo

#ba1834 Color Hex

#BA1834
(186,24,52)
0 Favorites   0 Comments

Color spaces of #ba1834

RGB 1862452
HSL0.970.770.41
HSV350°87°73°
CMYK 0.000.870.72   0.27
XYZ21.196211.34034.3205
Yxy11.34030.57510.3077
Hunter Lab33.675453.420915.9659
CIE-Lab40.147861.193328.5903

#ba1834 color RGB value is (186,24,52).

#ba1834 hex color red value is 186, green value is 24 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #ba1834 hue: 0.97 , saturation: 0.77 and the lightness value of ba1834 is 0.41.

The process color (four color CMYK) of #ba1834 color hex is 0.00, 0.87, 0.72, 0.27. Web safe color of #ba1834 is #cc0033. Color #ba1834 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00011000 00110100
Octal 272 30 64
Decimal 186 24 52
Hex BA 18 34

RGB Percentages of Color #ba1834

%70.99
%9.16
%19.85

CMYK Percentages of Color #ba1834

%0
%87
%72
%27

Triadic Colors of #ba1834

#ba1834 #34ba18 #1834ba

Analogous Colors of #ba1834

#ba1834 #ba4d18 #ba1885

Monochromatic Colors of #ba1834

#ba1834

Complementary Color

#ba1834 #18ba9e

#ba1834 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba1834 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba1834 Color CSS Codes

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

#ba1834 Text Font Color

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

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


#ba1834 Background Color

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

This div background color is #ba1834


#ba1834 Border Color

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

This div border color is #ba1834


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba1834


Comments

No comments written yet.

Please login to write comment.