Color Hex Logo

#bd434b Color Hex

#BD434B
(189,67,75)
0 Favorites   0 Comments

Color spaces of #bd434b

RGB 1896775
HSL0.990.480.50
HSV356°65°74°
CMYK 0.000.650.60   0.26
XYZ24.263415.34118.3389
Yxy15.34110.50610.3200
Hunter Lab39.167742.032714.7944
CIE-Lab46.097949.518122.1317

#bd434b color RGB value is (189,67,75).

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

The process color (four color CMYK) of #bd434b color hex is 0.00, 0.65, 0.60, 0.26. Web safe color of #bd434b is #cc3333. Color #bd434b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000011 01001011
Octal 275 103 113
Decimal 189 67 75
Hex BD 43 4B

RGB Percentages of Color #bd434b

%57.10
%20.24
%22.66

CMYK Percentages of Color #bd434b

%0
%65
%60
%26

Triadic Colors of #bd434b

#bd434b #4bbd43 #434bbd

Analogous Colors of #bd434b

#bd434b #bd7843 #bd4388

Monochromatic Colors of #bd434b

#bd434b

Complementary Color

#bd434b #43bdb5

#bd434b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd434b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd434b Color CSS Codes

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

#bd434b Text Font Color

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

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


#bd434b Background Color

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

This div background color is #bd434b


#bd434b Border Color

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

This div border color is #bd434b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd434b


Comments

No comments written yet.

Please login to write comment.