Color Hex Logo

#bd134a Color Hex

#BD134A
(189,19,74)
0 Favorites   0 Comments

Color spaces of #bd134a

RGB 1891974
HSL0.950.820.41
HSV341°90°74°
CMYK 0.000.900.61   0.26
XYZ22.455211.77907.5686
Yxy11.77900.53720.2818
Hunter Lab34.320556.727810.9494
CIE-Lab40.862764.000115.8057

#bd134a color RGB value is (189,19,74).

#bd134a hex color red value is 189, green value is 19 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #bd134a hue: 0.95 , saturation: 0.82 and the lightness value of bd134a is 0.41.

The process color (four color CMYK) of #bd134a color hex is 0.00, 0.90, 0.61, 0.26. Web safe color of #bd134a is #cc0033. Color #bd134a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010011 01001010
Octal 275 23 112
Decimal 189 19 74
Hex BD 13 4A

RGB Percentages of Color #bd134a

%67.02
%6.74
%26.24

CMYK Percentages of Color #bd134a

%0
%90
%61
%26

Triadic Colors of #bd134a

#bd134a #4abd13 #134abd

Analogous Colors of #bd134a

#bd134a #bd3113 #bd139f

Monochromatic Colors of #bd134a

#bd134a

Complementary Color

#bd134a #13bd86

#bd134a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd134a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd134a Color CSS Codes

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

#bd134a Text Font Color

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

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


#bd134a Background Color

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

This div background color is #bd134a


#bd134a Border Color

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

This div border color is #bd134a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd134a


Comments

No comments written yet.

Please login to write comment.