Color Hex Logo

#bd7082 Color Hex

#BD7082
(189,112,130)
0 Favorites   0 Comments

Color spaces of #bd7082

RGB 189112130
HSL0.960.370.59
HSV346°41°74°
CMYK 0.000.410.31   0.26
XYZ30.809724.018924.1313
Yxy24.01890.39020.3042
Hunter Lab49.009126.44865.1129
CIE-Lab56.106732.66333.2890

#bd7082 color RGB value is (189,112,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110000 10000010
Octal 275 160 202
Decimal 189 112 130
Hex BD 70 82

RGB Percentages of Color #bd7082

%43.85
%25.99
%30.16

CMYK Percentages of Color #bd7082

%0
%41
%31
%26

Triadic Colors of #bd7082

#bd7082 #82bd70 #7082bd

Analogous Colors of #bd7082

#bd7082 #bd8570 #bd70a9

Monochromatic Colors of #bd7082

#bd7082

Complementary Color

#bd7082 #70bdab

#bd7082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7082 Color CSS Codes

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

#bd7082 Text Font Color

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

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


#bd7082 Background Color

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

This div background color is #bd7082


#bd7082 Border Color

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

This div border color is #bd7082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7082


Comments

No comments written yet.

Please login to write comment.