Color Hex Logo

#bd154a Color Hex

#BD154A
(189,21,74)
0 Favorites   0 Comments

Color spaces of #bd154a

RGB 1892174
HSL0.950.800.41
HSV341°89°74°
CMYK 0.000.890.61   0.26
XYZ22.490511.84967.5804
Yxy11.84960.53650.2827
Hunter Lab34.423256.382711.0399
CIE-Lab40.976163.673315.9585

#bd154a color RGB value is (189,21,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010101 01001010
Octal 275 25 112
Decimal 189 21 74
Hex BD 15 4A

RGB Percentages of Color #bd154a

%66.55
%7.39
%26.06

CMYK Percentages of Color #bd154a

%0
%89
%61
%26

Triadic Colors of #bd154a

#bd154a #4abd15 #154abd

Analogous Colors of #bd154a

#bd154a #bd3415 #bd159e

Monochromatic Colors of #bd154a

#bd154a

Complementary Color

#bd154a #15bd88

#bd154a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd154a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd154a Color CSS Codes

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

#bd154a Text Font Color

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

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


#bd154a Background Color

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

This div background color is #bd154a


#bd154a Border Color

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

This div border color is #bd154a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,21,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 #bd154a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd154a


Comments

No comments written yet.

Please login to write comment.