Color Hex Logo

#bd317f Color Hex

#BD317F
(189,49,127)
0 Favorites   0 Comments

Color spaces of #bd317f

RGB 18949127
HSL0.910.590.47
HSV327°74°74°
CMYK 0.000.740.33   0.26
XYZ25.915314.547721.5208
Yxy14.54770.41810.2347
Hunter Lab38.141454.5347-6.7546
CIE-Lab45.008461.2550-11.3141

#bd317f color RGB value is (189,49,127).

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

The process color (four color CMYK) of #bd317f color hex is 0.00, 0.74, 0.33, 0.26. Web safe color of #bd317f is #cc3366. Color #bd317f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110001 01111111
Octal 275 61 177
Decimal 189 49 127
Hex BD 31 7F

RGB Percentages of Color #bd317f

%51.78
%13.42
%34.79

CMYK Percentages of Color #bd317f

%0
%74
%33
%26

Triadic Colors of #bd317f

#bd317f #7fbd31 #317fbd

Analogous Colors of #bd317f

#bd317f #bd3139 #b531bd

Monochromatic Colors of #bd317f

#bd317f

Complementary Color

#bd317f #31bd6f

#bd317f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd317f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd317f Color CSS Codes

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

#bd317f Text Font Color

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

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


#bd317f Background Color

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

This div background color is #bd317f


#bd317f Border Color

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

This div border color is #bd317f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd317f


Comments

No comments written yet.

Please login to write comment.