Color Hex Logo

#bd343f Color Hex

#BD343F
(189,52,63)
0 Favorites   0 Comments

Color spaces of #bd343f

RGB 1895263
HSL0.990.570.47
HSV355°72°74°
CMYK 0.000.720.67   0.26
XYZ23.111513.63376.1161
Yxy13.63370.53920.3181
Hunter Lab36.923847.110616.0258
CIE-Lab43.703054.740126.3410

#bd343f color RGB value is (189,52,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110100 00111111
Octal 275 64 77
Decimal 189 52 63
Hex BD 34 3F

RGB Percentages of Color #bd343f

%62.17
%17.11
%20.72

CMYK Percentages of Color #bd343f

%0
%72
%67
%26

Triadic Colors of #bd343f

#bd343f #3fbd34 #343fbd

Analogous Colors of #bd343f

#bd343f #bd6e34 #bd3484

Monochromatic Colors of #bd343f

#bd343f

Complementary Color

#bd343f #34bdb2

#bd343f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd343f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd343f Color CSS Codes

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

#bd343f Text Font Color

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

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


#bd343f Background Color

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

This div background color is #bd343f


#bd343f Border Color

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

This div border color is #bd343f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd343f


Comments

No comments written yet.

Please login to write comment.