Color Hex Logo

#bd318f Color Hex

#BD318F
(189,49,143)
0 Favorites   0 Comments

Color spaces of #bd318f

RGB 18949143
HSL0.890.590.47
HSV320°74°74°
CMYK 0.000.740.24   0.26
XYZ27.042514.998627.4563
Yxy14.99860.38910.2158
Hunter Lab38.728056.8666-14.9241
CIE-Lab45.632363.1999-20.0919

#bd318f color RGB value is (189,49,143).

#bd318f hex color red value is 189, green value is 49 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bd318f hue: 0.89 , saturation: 0.59 and the lightness value of bd318f is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110001 10001111
Octal 275 61 217
Decimal 189 49 143
Hex BD 31 8F

RGB Percentages of Color #bd318f

%49.61
%12.86
%37.53

CMYK Percentages of Color #bd318f

%0
%74
%24
%26

Triadic Colors of #bd318f

#bd318f #8fbd31 #318fbd

Analogous Colors of #bd318f

#bd318f #bd3149 #a531bd

Monochromatic Colors of #bd318f

#bd318f

Complementary Color

#bd318f #31bd5f

#bd318f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd318f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd318f Color CSS Codes

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

#bd318f Text Font Color

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

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


#bd318f Background Color

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

This div background color is #bd318f


#bd318f Border Color

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

This div border color is #bd318f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,49,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 #bd318f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd318f


Comments

No comments written yet.

Please login to write comment.