Color Hex Logo

#bd352c Color Hex

#BD352C
(189,53,44)
0 Favorites   0 Comments

Color spaces of #bd352c

RGB 1895344
HSL0.010.620.46
HSV77°74°
CMYK 0.000.720.77   0.26
XYZ22.714013.54693.8005
Yxy13.54690.56700.3382
Hunter Lab36.806145.746219.6422
CIE-Lab43.576053.487837.3555

#bd352c color RGB value is (189,53,44).

#bd352c hex color red value is 189, green value is 53 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #bd352c hue: 0.01 , saturation: 0.62 and the lightness value of bd352c is 0.46.

The process color (four color CMYK) of #bd352c color hex is 0.00, 0.72, 0.77, 0.26. Web safe color of #bd352c is #cc3333. Color #bd352c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110101 00101100
Octal 275 65 54
Decimal 189 53 44
Hex BD 35 2C

RGB Percentages of Color #bd352c

%66.08
%18.53
%15.38

CMYK Percentages of Color #bd352c

%0
%72
%77
%26

Triadic Colors of #bd352c

#bd352c #2cbd35 #352cbd

Analogous Colors of #bd352c

#bd352c #bd7e2c #bd2c6c

Monochromatic Colors of #bd352c

#bd352c

Complementary Color

#bd352c #2cb4bd

#bd352c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd352c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd352c Color CSS Codes

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

#bd352c Text Font Color

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

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


#bd352c Background Color

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

This div background color is #bd352c


#bd352c Border Color

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

This div border color is #bd352c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd352c


Comments

No comments written yet.

Please login to write comment.