Color Hex Logo

#bd717f Color Hex

#BD717F
(189,113,127)
0 Favorites   0 Comments

Color spaces of #bd717f

RGB 189113127
HSL0.970.370.59
HSV349°40°74°
CMYK 0.000.400.33   0.26
XYZ30.722224.161423.1231
Yxy24.16140.39380.3097
Hunter Lab49.154225.54556.5168
CIE-Lab56.249031.72445.2440

#bd717f color RGB value is (189,113,127).

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

The process color (four color CMYK) of #bd717f color hex is 0.00, 0.40, 0.33, 0.26. Web safe color of #bd717f is #cc6666. Color #bd717f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110001 01111111
Octal 275 161 177
Decimal 189 113 127
Hex BD 71 7F

RGB Percentages of Color #bd717f

%44.06
%26.34
%29.60

CMYK Percentages of Color #bd717f

%0
%40
%33
%26

Triadic Colors of #bd717f

#bd717f #7fbd71 #717fbd

Analogous Colors of #bd717f

#bd717f #bd8971 #bd71a5

Monochromatic Colors of #bd717f

#bd717f

Complementary Color

#bd717f #71bdaf

#bd717f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd717f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd717f Color CSS Codes

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

#bd717f Text Font Color

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

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


#bd717f Background Color

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

This div background color is #bd717f


#bd717f Border Color

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

This div border color is #bd717f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd717f


Comments

No comments written yet.

Please login to write comment.