Color Hex Logo

#bd7375 Color Hex

#BD7375
(189,115,117)
0 Favorites   0 Comments

Color spaces of #bd7375

RGB 189115117
HSL1.000.360.60
HSV358°39°74°
CMYK 0.000.390.38   0.26
XYZ30.327924.364619.9340
Yxy24.36460.40640.3265
Hunter Lab49.360523.292410.6084
CIE-Lab56.451029.379511.3513

#bd7375 color RGB value is (189,115,117).

#bd7375 hex color red value is 189, green value is 115 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #bd7375 hue: 1.00 , saturation: 0.36 and the lightness value of bd7375 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110011 01110101
Octal 275 163 165
Decimal 189 115 117
Hex BD 73 75

RGB Percentages of Color #bd7375

%44.89
%27.32
%27.79

CMYK Percentages of Color #bd7375

%0
%39
%38
%26

Triadic Colors of #bd7375

#bd7375 #75bd73 #7375bd

Analogous Colors of #bd7375

#bd7375 #bd9673 #bd739a

Monochromatic Colors of #bd7375

#bd7375

Complementary Color

#bd7375 #73bdbb

#bd7375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7375 Color CSS Codes

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

#bd7375 Text Font Color

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

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


#bd7375 Background Color

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

This div background color is #bd7375


#bd7375 Border Color

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

This div border color is #bd7375


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7375


Comments

No comments written yet.

Please login to write comment.