Color Hex Logo

#bd7381 Color Hex

#BD7381
(189,115,129)
0 Favorites   0 Comments

Color spaces of #bd7381

RGB 189115129
HSL0.970.360.60
HSV349°39°74°
CMYK 0.000.390.32   0.26
XYZ31.079424.665323.8917
Yxy24.66530.39030.3097
Hunter Lab49.664224.79146.2426
CIE-Lab56.747830.89914.7963

#bd7381 color RGB value is (189,115,129).

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

The process color (four color CMYK) of #bd7381 color hex is 0.00, 0.39, 0.32, 0.26. Web safe color of #bd7381 is #cc6699. Color #bd7381 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110011 10000001
Octal 275 163 201
Decimal 189 115 129
Hex BD 73 81

RGB Percentages of Color #bd7381

%43.65
%26.56
%29.79

CMYK Percentages of Color #bd7381

%0
%39
%32
%26

Triadic Colors of #bd7381

#bd7381 #81bd73 #7381bd

Analogous Colors of #bd7381

#bd7381 #bd8a73 #bd73a6

Monochromatic Colors of #bd7381

#bd7381

Complementary Color

#bd7381 #73bdaf

#bd7381 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7381 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7381 Color CSS Codes

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

#bd7381 Text Font Color

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

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


#bd7381 Background Color

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

This div background color is #bd7381


#bd7381 Border Color

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

This div border color is #bd7381


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7381


Comments

No comments written yet.

Please login to write comment.