Color Hex Logo

#bd321c Color Hex

#BD321C
(189,50,28)
0 Favorites   0 Comments

Color spaces of #bd321c

RGB 1895028
HSL0.020.740.43
HSV85°74°
CMYK 0.000.740.85   0.26
XYZ22.336513.18392.4661
Yxy13.18390.58800.3471
Hunter Lab36.309646.265521.3899
CIE-Lab43.039054.073845.2049

#bd321c color RGB value is (189,50,28).

#bd321c hex color red value is 189, green value is 50 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #bd321c hue: 0.02 , saturation: 0.74 and the lightness value of bd321c is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110010 00011100
Octal 275 62 34
Decimal 189 50 28
Hex BD 32 1C

RGB Percentages of Color #bd321c

%70.79
%18.73
%10.49

CMYK Percentages of Color #bd321c

%0
%74
%85
%26

Triadic Colors of #bd321c

#bd321c #1cbd32 #321cbd

Analogous Colors of #bd321c

#bd321c #bd831c #bd1c57

Monochromatic Colors of #bd321c

#bd321c

Complementary Color

#bd321c #1ca7bd

#bd321c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd321c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd321c Color CSS Codes

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

#bd321c Text Font Color

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

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


#bd321c Background Color

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

This div background color is #bd321c


#bd321c Border Color

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

This div border color is #bd321c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd321c


Comments

No comments written yet.

Please login to write comment.