Color Hex Logo

#bd354f Color Hex

#BD354F
(189,53,79)
0 Favorites   0 Comments

Color spaces of #bd354f

RGB 1895379
HSL0.970.560.47
HSV349°72°74°
CMYK 0.000.720.58   0.26
XYZ23.670713.92958.8382
Yxy13.92950.50970.3000
Hunter Lab37.322247.895212.0852
CIE-Lab44.131755.389317.0793

#bd354f color RGB value is (189,53,79).

#bd354f hex color red value is 189, green value is 53 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #bd354f hue: 0.97 , saturation: 0.56 and the lightness value of bd354f is 0.47.

The process color (four color CMYK) of #bd354f color hex is 0.00, 0.72, 0.58, 0.26. Web safe color of #bd354f is #cc3366. Color #bd354f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110101 01001111
Octal 275 65 117
Decimal 189 53 79
Hex BD 35 4F

RGB Percentages of Color #bd354f

%58.88
%16.51
%24.61

CMYK Percentages of Color #bd354f

%0
%72
%58
%26

Triadic Colors of #bd354f

#bd354f #4fbd35 #354fbd

Analogous Colors of #bd354f

#bd354f #bd5f35 #bd3593

Monochromatic Colors of #bd354f

#bd354f

Complementary Color

#bd354f #35bda3

#bd354f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd354f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd354f Color CSS Codes

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

#bd354f Text Font Color

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

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


#bd354f Background Color

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

This div background color is #bd354f


#bd354f Border Color

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

This div border color is #bd354f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd354f


Comments

No comments written yet.

Please login to write comment.