Color Hex Logo

#bd464e Color Hex

#BD464E
(189,70,78)
0 Favorites   0 Comments

Color spaces of #bd464e

RGB 1897078
HSL0.990.470.51
HSV356°63°74°
CMYK 0.000.630.59   0.26
XYZ24.551615.74928.9536
Yxy15.74920.49850.3198
Hunter Lab39.685340.981214.4030
CIE-Lab46.643748.416321.0351

#bd464e color RGB value is (189,70,78).

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

The process color (four color CMYK) of #bd464e color hex is 0.00, 0.63, 0.59, 0.26. Web safe color of #bd464e is #cc3366. Color #bd464e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000110 01001110
Octal 275 106 116
Decimal 189 70 78
Hex BD 46 4E

RGB Percentages of Color #bd464e

%56.08
%20.77
%23.15

CMYK Percentages of Color #bd464e

%0
%63
%59
%26

Triadic Colors of #bd464e

#bd464e #4ebd46 #464ebd

Analogous Colors of #bd464e

#bd464e #bd7a46 #bd468a

Monochromatic Colors of #bd464e

#bd464e

Complementary Color

#bd464e #46bdb5

#bd464e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd464e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd464e Color CSS Codes

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

#bd464e Text Font Color

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

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


#bd464e Background Color

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

This div background color is #bd464e


#bd464e Border Color

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

This div border color is #bd464e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd464e


Comments

No comments written yet.

Please login to write comment.