Color Hex Logo

#bd474f Color Hex

#BD474F
(189,71,79)
0 Favorites   0 Comments

Color spaces of #bd474f

RGB 1897179
HSL0.990.470.51
HSV356°62°74°
CMYK 0.000.620.58   0.26
XYZ24.650815.88989.1649
Yxy15.88980.49590.3197
Hunter Lab39.862040.626514.2717
CIE-Lab46.829648.043520.6767

#bd474f color RGB value is (189,71,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000111 01001111
Octal 275 107 117
Decimal 189 71 79
Hex BD 47 4F

RGB Percentages of Color #bd474f

%55.75
%20.94
%23.30

CMYK Percentages of Color #bd474f

%0
%62
%58
%26

Triadic Colors of #bd474f

#bd474f #4fbd47 #474fbd

Analogous Colors of #bd474f

#bd474f #bd7a47 #bd478a

Monochromatic Colors of #bd474f

#bd474f

Complementary Color

#bd474f #47bdb5

#bd474f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd474f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd474f Color CSS Codes

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

#bd474f Text Font Color

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

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


#bd474f Background Color

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

This div background color is #bd474f


#bd474f Border Color

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

This div border color is #bd474f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,71,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 #bd474f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd474f


Comments

No comments written yet.

Please login to write comment.