Color Hex Logo

#bd7470 Color Hex

#BD7470
(189,116,112)
0 Favorites   0 Comments

Color spaces of #bd7470

RGB 189116112
HSL0.010.370.59
HSV41°74°
CMYK 0.000.390.41   0.26
XYZ30.156324.479518.4648
Yxy24.47950.41250.3349
Hunter Lab49.476822.212212.5066
CIE-Lab56.564728.243714.4089

#bd7470 color RGB value is (189,116,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110100 01110000
Octal 275 164 160
Decimal 189 116 112
Hex BD 74 70

RGB Percentages of Color #bd7470

%45.32
%27.82
%26.86

CMYK Percentages of Color #bd7470

%0
%39
%41
%26

Triadic Colors of #bd7470

#bd7470 #70bd74 #7470bd

Analogous Colors of #bd7470

#bd7470 #bd9b70 #bd7093

Monochromatic Colors of #bd7470

#bd7470

Complementary Color

#bd7470 #70b9bd

#bd7470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7470 Color CSS Codes

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

#bd7470 Text Font Color

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

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


#bd7470 Background Color

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

This div background color is #bd7470


#bd7470 Border Color

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

This div border color is #bd7470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7470


Comments

No comments written yet.

Please login to write comment.