Color Hex Logo

#ba137d Color Hex

#BA137D
(186,19,125)
0 Favorites   0 Comments

Color spaces of #ba137d

RGB 18619125
HSL0.890.810.40
HSV322°90°73°
CMYK 0.000.900.33   0.27
XYZ24.184212.385520.5180
Yxy12.38550.42360.2170
Hunter Lab35.193061.0751-9.9317
CIE-Lab41.822467.6016-14.9688

#ba137d color RGB value is (186,19,125).

#ba137d hex color red value is 186, green value is 19 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ba137d hue: 0.89 , saturation: 0.81 and the lightness value of ba137d is 0.40.

The process color (four color CMYK) of #ba137d color hex is 0.00, 0.90, 0.33, 0.27. Web safe color of #ba137d is #cc0066. Color #ba137d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010011 01111101
Octal 272 23 175
Decimal 186 19 125
Hex BA 13 7D

RGB Percentages of Color #ba137d

%56.36
%5.76
%37.88

CMYK Percentages of Color #ba137d

%0
%90
%33
%27

Triadic Colors of #ba137d

#ba137d #7dba13 #137dba

Analogous Colors of #ba137d

#ba137d #ba1329 #a413ba

Monochromatic Colors of #ba137d

#ba137d

Complementary Color

#ba137d #13ba50

#ba137d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba137d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba137d Color CSS Codes

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

#ba137d Text Font Color

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

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


#ba137d Background Color

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

This div background color is #ba137d


#ba137d Border Color

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

This div border color is #ba137d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba137d


Comments

No comments written yet.

Please login to write comment.