Color Hex Logo

#bd343c Color Hex

#BD343C
(189,52,60)
0 Favorites   0 Comments

Color spaces of #bd343c

RGB 1895260
HSL0.990.570.47
HSV356°72°74°
CMYK 0.000.720.68   0.26
XYZ23.029913.60105.6864
Yxy13.60100.54420.3214
Hunter Lab36.879546.927416.6738
CIE-Lab43.655254.578328.0961

#bd343c color RGB value is (189,52,60).

#bd343c hex color red value is 189, green value is 52 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #bd343c hue: 0.99 , saturation: 0.57 and the lightness value of bd343c is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110100 00111100
Octal 275 64 74
Decimal 189 52 60
Hex BD 34 3C

RGB Percentages of Color #bd343c

%62.79
%17.28
%19.93

CMYK Percentages of Color #bd343c

%0
%72
%68
%26

Triadic Colors of #bd343c

#bd343c #3cbd34 #343cbd

Analogous Colors of #bd343c

#bd343c #bd7134 #bd3481

Monochromatic Colors of #bd343c

#bd343c

Complementary Color

#bd343c #34bdb5

#bd343c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd343c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd343c Color CSS Codes

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

#bd343c Text Font Color

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

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


#bd343c Background Color

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

This div background color is #bd343c


#bd343c Border Color

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

This div border color is #bd343c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd343c


Comments

No comments written yet.

Please login to write comment.