Color Hex Logo

#bd418d Color Hex

#BD418D
(189,65,141)
0 Favorites   0 Comments

Color spaces of #bd418d

RGB 18965141
HSL0.900.490.50
HSV323°66°74°
CMYK 0.000.660.25   0.26
XYZ27.684316.522526.9293
Yxy16.52250.38920.2323
Hunter Lab40.647950.4383-10.8262
CIE-Lab47.652757.0726-15.7949

#bd418d color RGB value is (189,65,141).

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

The process color (four color CMYK) of #bd418d color hex is 0.00, 0.66, 0.25, 0.26. Web safe color of #bd418d is #cc3399. Color #bd418d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000001 10001101
Octal 275 101 215
Decimal 189 65 141
Hex BD 41 8D

RGB Percentages of Color #bd418d

%47.85
%16.46
%35.70

CMYK Percentages of Color #bd418d

%0
%66
%25
%26

Triadic Colors of #bd418d

#bd418d #8dbd41 #418dbd

Analogous Colors of #bd418d

#bd418d #bd414f #af41bd

Monochromatic Colors of #bd418d

#bd418d

Complementary Color

#bd418d #41bd71

#bd418d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd418d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd418d Color CSS Codes

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

#bd418d Text Font Color

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

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


#bd418d Background Color

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

This div background color is #bd418d


#bd418d Border Color

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

This div border color is #bd418d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd418d


Comments

No comments written yet.

Please login to write comment.