Color Hex Logo

#bd708b Color Hex

#BD708B
(189,112,139)
0 Favorites   0 Comments

Color spaces of #bd708b

RGB 189112139
HSL0.940.370.59
HSV339°41°74°
CMYK 0.000.410.26   0.26
XYZ31.440624.271227.4538
Yxy24.27120.37800.2918
Hunter Lab49.265827.70051.4462
CIE-Lab56.358333.9074-1.5949

#bd708b color RGB value is (189,112,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110000 10001011
Octal 275 160 213
Decimal 189 112 139
Hex BD 70 8B

RGB Percentages of Color #bd708b

%42.95
%25.45
%31.59

CMYK Percentages of Color #bd708b

%0
%41
%26
%26

Triadic Colors of #bd708b

#bd708b #8bbd70 #708bbd

Analogous Colors of #bd708b

#bd708b #bd7c70 #bd70b2

Monochromatic Colors of #bd708b

#bd708b

Complementary Color

#bd708b #70bda2

#bd708b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd708b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd708b Color CSS Codes

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

#bd708b Text Font Color

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

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


#bd708b Background Color

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

This div background color is #bd708b


#bd708b Border Color

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

This div border color is #bd708b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd708b


Comments

No comments written yet.

Please login to write comment.