Color Hex Logo

#bd738a Color Hex

#BD738A
(189,115,138)
0 Favorites   0 Comments

Color spaces of #bd738a

RGB 189115138
HSL0.950.360.60
HSV341°39°74°
CMYK 0.000.390.27   0.26
XYZ31.704424.915327.1829
Yxy24.91530.37830.2973
Hunter Lab49.915226.02532.6524
CIE-Lab56.992832.1370-0.0840

#bd738a color RGB value is (189,115,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110011 10001010
Octal 275 163 212
Decimal 189 115 138
Hex BD 73 8A

RGB Percentages of Color #bd738a

%42.76
%26.02
%31.22

CMYK Percentages of Color #bd738a

%0
%39
%27
%26

Triadic Colors of #bd738a

#bd738a #8abd73 #738abd

Analogous Colors of #bd738a

#bd738a #bd8173 #bd73af

Monochromatic Colors of #bd738a

#bd738a

Complementary Color

#bd738a #73bda6

#bd738a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd738a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd738a Color CSS Codes

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

#bd738a Text Font Color

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

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


#bd738a Background Color

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

This div background color is #bd738a


#bd738a Border Color

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

This div border color is #bd738a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd738a


Comments

No comments written yet.

Please login to write comment.