Color Hex Logo

#bd445b Color Hex

#BD445B
(189,68,91)
0 Favorites   0 Comments

Color spaces of #bd445b

RGB 1896891
HSL0.970.480.50
HSV349°64°74°
CMYK 0.000.640.52   0.26
XYZ24.941715.708411.6150
Yxy15.70840.47720.3006
Hunter Lab39.633842.971510.3683
CIE-Lab46.589650.327313.0604

#bd445b color RGB value is (189,68,91).

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

The process color (four color CMYK) of #bd445b color hex is 0.00, 0.64, 0.52, 0.26. Web safe color of #bd445b is #cc3366. Color #bd445b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000100 01011011
Octal 275 104 133
Decimal 189 68 91
Hex BD 44 5B

RGB Percentages of Color #bd445b

%54.31
%19.54
%26.15

CMYK Percentages of Color #bd445b

%0
%64
%52
%26

Triadic Colors of #bd445b

#bd445b #5bbd44 #445bbd

Analogous Colors of #bd445b

#bd445b #bd6a44 #bd4498

Monochromatic Colors of #bd445b

#bd445b

Complementary Color

#bd445b #44bda6

#bd445b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd445b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd445b Color CSS Codes

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

#bd445b Text Font Color

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

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


#bd445b Background Color

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

This div background color is #bd445b


#bd445b Border Color

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

This div border color is #bd445b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd445b


Comments

No comments written yet.

Please login to write comment.