Color Hex Logo

#bd738e Color Hex

#BD738E
(189,115,142)
0 Favorites   0 Comments

Color spaces of #bd738e

RGB 189115142
HSL0.940.360.60
HSV338°39°74°
CMYK 0.000.390.25   0.26
XYZ31.999525.033328.7365
Yxy25.03330.37310.2919
Hunter Lab50.033326.60400.9702
CIE-Lab57.107932.7136-2.2405

#bd738e color RGB value is (189,115,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110011 10001110
Octal 275 163 216
Decimal 189 115 142
Hex BD 73 8E

RGB Percentages of Color #bd738e

%42.38
%25.78
%31.84

CMYK Percentages of Color #bd738e

%0
%39
%25
%26

Triadic Colors of #bd738e

#bd738e #8ebd73 #738ebd

Analogous Colors of #bd738e

#bd738e #bd7d73 #bd73b3

Monochromatic Colors of #bd738e

#bd738e

Complementary Color

#bd738e #73bda2

#bd738e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd738e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd738e Color CSS Codes

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

#bd738e Text Font Color

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

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


#bd738e Background Color

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

This div background color is #bd738e


#bd738e Border Color

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

This div border color is #bd738e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd738e


Comments

No comments written yet.

Please login to write comment.