Color Hex Logo

#bd416d Color Hex

#BD416D
(189,65,109)
0 Favorites   0 Comments

Color spaces of #bd416d

RGB 18965109
HSL0.940.490.50
HSV339°66°74°
CMYK 0.000.660.42   0.26
XYZ25.636915.703516.1479
Yxy15.70350.44590.2732
Hunter Lab39.627646.13133.5792
CIE-Lab46.583153.30232.0377

#bd416d color RGB value is (189,65,109).

#bd416d hex color red value is 189, green value is 65 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #bd416d hue: 0.94 , saturation: 0.49 and the lightness value of bd416d is 0.50.

The process color (four color CMYK) of #bd416d color hex is 0.00, 0.66, 0.42, 0.26. Web safe color of #bd416d is #cc3366. Color #bd416d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000001 01101101
Octal 275 101 155
Decimal 189 65 109
Hex BD 41 6D

RGB Percentages of Color #bd416d

%52.07
%17.91
%30.03

CMYK Percentages of Color #bd416d

%0
%66
%42
%26

Triadic Colors of #bd416d

#bd416d #6dbd41 #416dbd

Analogous Colors of #bd416d

#bd416d #bd5341 #bd41ab

Monochromatic Colors of #bd416d

#bd416d

Complementary Color

#bd416d #41bd91

#bd416d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd416d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd416d Color CSS Codes

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

#bd416d Text Font Color

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

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


#bd416d Background Color

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

This div background color is #bd416d


#bd416d Border Color

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

This div border color is #bd416d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd416d


Comments

No comments written yet.

Please login to write comment.