Color Hex Logo

#bd337f Color Hex

#BD337F
(189,51,127)
0 Favorites   0 Comments

Color spaces of #bd337f

RGB 18951127
HSL0.910.580.47
HSV327°73°74°
CMYK 0.000.730.33   0.26
XYZ26.000914.718821.5493
Yxy14.71880.41760.2364
Hunter Lab38.365153.8346-6.4471
CIE-Lab45.246660.5846-10.9547

#bd337f color RGB value is (189,51,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110011 01111111
Octal 275 63 177
Decimal 189 51 127
Hex BD 33 7F

RGB Percentages of Color #bd337f

%51.50
%13.90
%34.60

CMYK Percentages of Color #bd337f

%0
%73
%33
%26

Triadic Colors of #bd337f

#bd337f #7fbd33 #337fbd

Analogous Colors of #bd337f

#bd337f #bd333a #b633bd

Monochromatic Colors of #bd337f

#bd337f

Complementary Color

#bd337f #33bd71

#bd337f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd337f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd337f Color CSS Codes

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

#bd337f Text Font Color

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

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


#bd337f Background Color

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

This div background color is #bd337f


#bd337f Border Color

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

This div border color is #bd337f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd337f


Comments

No comments written yet.

Please login to write comment.