Color Hex Logo

#bd434f Color Hex

#BD434F
(189,67,79)
0 Favorites   0 Comments

Color spaces of #bd434f

RGB 1896779
HSL0.980.480.50
HSV354°65°74°
CMYK 0.000.650.58   0.26
XYZ24.404715.39769.0829
Yxy15.39760.49920.3150
Hunter Lab39.239842.346313.7439
CIE-Lab46.174049.804519.8087

#bd434f color RGB value is (189,67,79).

#bd434f hex color red value is 189, green value is 67 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #bd434f hue: 0.98 , saturation: 0.48 and the lightness value of bd434f is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000011 01001111
Octal 275 103 117
Decimal 189 67 79
Hex BD 43 4F

RGB Percentages of Color #bd434f

%56.42
%20.00
%23.58

CMYK Percentages of Color #bd434f

%0
%65
%58
%26

Triadic Colors of #bd434f

#bd434f #4fbd43 #434fbd

Analogous Colors of #bd434f

#bd434f #bd7443 #bd438c

Monochromatic Colors of #bd434f

#bd434f

Complementary Color

#bd434f #43bdb1

#bd434f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd434f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd434f Color CSS Codes

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

#bd434f Text Font Color

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

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


#bd434f Background Color

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

This div background color is #bd434f


#bd434f Border Color

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

This div border color is #bd434f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd434f


Comments

No comments written yet.

Please login to write comment.