Color Hex Logo

#bd7076 Color Hex

#BD7076
(189,112,118)
0 Favorites   0 Comments

Color spaces of #bd7076

RGB 189112118
HSL0.990.370.59
HSV355°41°74°
CMYK 0.000.410.38   0.26
XYZ30.050523.715220.1332
Yxy23.71520.40660.3209
Hunter Lab48.698324.92609.5767
CIE-Lab55.801531.13419.8545

#bd7076 color RGB value is (189,112,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110000 01110110
Octal 275 160 166
Decimal 189 112 118
Hex BD 70 76

RGB Percentages of Color #bd7076

%45.11
%26.73
%28.16

CMYK Percentages of Color #bd7076

%0
%41
%38
%26

Triadic Colors of #bd7076

#bd7076 #76bd70 #7076bd

Analogous Colors of #bd7076

#bd7076 #bd9170 #bd709d

Monochromatic Colors of #bd7076

#bd7076

Complementary Color

#bd7076 #70bdb7

#bd7076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7076 Color CSS Codes

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

#bd7076 Text Font Color

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

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


#bd7076 Background Color

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

This div background color is #bd7076


#bd7076 Border Color

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

This div border color is #bd7076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7076


Comments

No comments written yet.

Please login to write comment.