Color Hex Logo

#bd707d Color Hex

#BD707D
(189,112,125)
0 Favorites   0 Comments

Color spaces of #bd707d

RGB 189112125
HSL0.970.370.59
HSV350°41°74°
CMYK 0.000.410.34   0.26
XYZ30.482123.887822.4063
Yxy23.88780.39700.3111
Hunter Lab48.875125.79417.0317
CIE-Lab55.975332.00816.0179

#bd707d color RGB value is (189,112,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110000 01111101
Octal 275 160 175
Decimal 189 112 125
Hex BD 70 7D

RGB Percentages of Color #bd707d

%44.37
%26.29
%29.34

CMYK Percentages of Color #bd707d

%0
%41
%34
%26

Triadic Colors of #bd707d

#bd707d #7dbd70 #707dbd

Analogous Colors of #bd707d

#bd707d #bd8a70 #bd70a4

Monochromatic Colors of #bd707d

#bd707d

Complementary Color

#bd707d #70bdb0

#bd707d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd707d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd707d Color CSS Codes

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

#bd707d Text Font Color

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

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


#bd707d Background Color

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

This div background color is #bd707d


#bd707d Border Color

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

This div border color is #bd707d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd707d


Comments

No comments written yet.

Please login to write comment.