Color Hex Logo

#bd184a Color Hex

#BD184A
(189,24,74)
0 Favorites   0 Comments

Color spaces of #bd184a

RGB 1892474
HSL0.950.770.42
HSV342°87°74°
CMYK 0.000.870.61   0.26
XYZ22.548911.96657.5999
Yxy11.96650.53540.2841
Hunter Lab34.592655.816511.1890
CIE-Lab41.162863.135816.2100

#bd184a color RGB value is (189,24,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00011000 01001010
Octal 275 30 112
Decimal 189 24 74
Hex BD 18 4A

RGB Percentages of Color #bd184a

%65.85
%8.36
%25.78

CMYK Percentages of Color #bd184a

%0
%87
%61
%26

Triadic Colors of #bd184a

#bd184a #4abd18 #184abd

Analogous Colors of #bd184a

#bd184a #bd3918 #bd189d

Monochromatic Colors of #bd184a

#bd184a

Complementary Color

#bd184a #18bd8b

#bd184a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd184a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd184a Color CSS Codes

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

#bd184a Text Font Color

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

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


#bd184a Background Color

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

This div background color is #bd184a


#bd184a Border Color

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

This div border color is #bd184a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd184a


Comments

No comments written yet.

Please login to write comment.