Color Hex Logo

#bd708f Color Hex

#BD708F
(189,112,143)
0 Favorites   0 Comments

Color spaces of #bd708f

RGB 189112143
HSL0.930.370.59
HSV336°41°74°
CMYK 0.000.410.24   0.26
XYZ31.738424.390329.0216
Yxy24.39030.37270.2864
Hunter Lab49.386528.2871-0.2707
CIE-Lab56.476534.4864-3.7520

#bd708f color RGB value is (189,112,143).

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

The process color (four color CMYK) of #bd708f color hex is 0.00, 0.41, 0.24, 0.26. Web safe color of #bd708f is #cc6699. Color #bd708f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110000 10001111
Octal 275 160 217
Decimal 189 112 143
Hex BD 70 8F

RGB Percentages of Color #bd708f

%42.57
%25.23
%32.21

CMYK Percentages of Color #bd708f

%0
%41
%24
%26

Triadic Colors of #bd708f

#bd708f #8fbd70 #708fbd

Analogous Colors of #bd708f

#bd708f #bd7870 #bd70b6

Monochromatic Colors of #bd708f

#bd708f

Complementary Color

#bd708f #70bd9e

#bd708f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd708f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd708f Color CSS Codes

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

#bd708f Text Font Color

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

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


#bd708f Background Color

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

This div background color is #bd708f


#bd708f Border Color

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

This div border color is #bd708f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd708f


Comments

No comments written yet.

Please login to write comment.