Color Hex Logo

#bd437b Color Hex

#BD437B
(189,67,123)
0 Favorites   0 Comments

Color spaces of #bd437b

RGB 18967123
HSL0.920.480.50
HSV332°65°74°
CMYK 0.000.650.35   0.26
XYZ26.568616.263220.4777
Yxy16.26320.41970.2569
Hunter Lab40.327747.0257-1.8771
CIE-Lab47.317954.0019-5.4186

#bd437b color RGB value is (189,67,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000011 01111011
Octal 275 103 173
Decimal 189 67 123
Hex BD 43 7B

RGB Percentages of Color #bd437b

%49.87
%17.68
%32.45

CMYK Percentages of Color #bd437b

%0
%65
%35
%26

Triadic Colors of #bd437b

#bd437b #7bbd43 #437bbd

Analogous Colors of #bd437b

#bd437b #bd4843 #bd43b8

Monochromatic Colors of #bd437b

#bd437b

Complementary Color

#bd437b #43bd85

#bd437b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd437b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd437b Color CSS Codes

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

#bd437b Text Font Color

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

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


#bd437b Background Color

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

This div background color is #bd437b


#bd437b Border Color

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

This div border color is #bd437b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd437b


Comments

No comments written yet.

Please login to write comment.