Color Hex Logo

#bd322a Color Hex

#BD322A
(189,50,42)
0 Favorites   0 Comments

Color spaces of #bd322a

RGB 1895042
HSL0.010.640.45
HSV78°74°
CMYK 0.000.740.78   0.26
XYZ22.544813.26723.5631
Yxy13.26720.57260.3369
Hunter Lab36.424246.740619.6970
CIE-Lab43.163154.495138.0340

#bd322a color RGB value is (189,50,42).

#bd322a hex color red value is 189, green value is 50 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #bd322a hue: 0.01 , saturation: 0.64 and the lightness value of bd322a is 0.45.

The process color (four color CMYK) of #bd322a color hex is 0.00, 0.74, 0.78, 0.26. Web safe color of #bd322a is #cc3333. Color #bd322a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110010 00101010
Octal 275 62 52
Decimal 189 50 42
Hex BD 32 2A

RGB Percentages of Color #bd322a

%67.26
%17.79
%14.95

CMYK Percentages of Color #bd322a

%0
%74
%78
%26

Triadic Colors of #bd322a

#bd322a #2abd32 #322abd

Analogous Colors of #bd322a

#bd322a #bd7c2a #bd2a6c

Monochromatic Colors of #bd322a

#bd322a

Complementary Color

#bd322a #2ab5bd

#bd322a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd322a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd322a Color CSS Codes

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

#bd322a Text Font Color

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

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


#bd322a Background Color

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

This div background color is #bd322a


#bd322a Border Color

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

This div border color is #bd322a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd322a


Comments

No comments written yet.

Please login to write comment.