Color Hex Logo

#bd418f Color Hex

#BD418F
(189,65,143)
0 Favorites   0 Comments

Color spaces of #bd418f

RGB 18965143
HSL0.900.490.50
HSV322°66°74°
CMYK 0.000.660.24   0.26
XYZ27.834516.582627.7203
Yxy16.58260.38590.2299
Hunter Lab40.721750.7469-11.8550
CIE-Lab47.729757.3387-16.8793

#bd418f color RGB value is (189,65,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000001 10001111
Octal 275 101 217
Decimal 189 65 143
Hex BD 41 8F

RGB Percentages of Color #bd418f

%47.61
%16.37
%36.02

CMYK Percentages of Color #bd418f

%0
%66
%24
%26

Triadic Colors of #bd418f

#bd418f #8fbd41 #418fbd

Analogous Colors of #bd418f

#bd418f #bd4151 #ad41bd

Monochromatic Colors of #bd418f

#bd418f

Complementary Color

#bd418f #41bd6f

#bd418f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd418f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd418f Color CSS Codes

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

#bd418f Text Font Color

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

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


#bd418f Background Color

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

This div background color is #bd418f


#bd418f Border Color

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

This div border color is #bd418f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd418f


Comments

No comments written yet.

Please login to write comment.