Color Hex Logo

#bd758e Color Hex

#BD758E
(189,117,142)
0 Favorites   0 Comments

Color spaces of #bd758e

RGB 189117142
HSL0.940.350.60
HSV339°38°74°
CMYK 0.000.380.25   0.26
XYZ32.230025.494428.8134
Yxy25.49440.37240.2946
Hunter Lab50.492025.57901.5104
CIE-Lab57.554031.6238-1.5857

#bd758e color RGB value is (189,117,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110101 10001110
Octal 275 165 216
Decimal 189 117 142
Hex BD 75 8E

RGB Percentages of Color #bd758e

%42.19
%26.12
%31.70

CMYK Percentages of Color #bd758e

%0
%38
%25
%26

Triadic Colors of #bd758e

#bd758e #8ebd75 #758ebd

Analogous Colors of #bd758e

#bd758e #bd8075 #bd75b2

Monochromatic Colors of #bd758e

#bd758e

Complementary Color

#bd758e #75bda4

#bd758e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd758e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd758e Color CSS Codes

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

#bd758e Text Font Color

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

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


#bd758e Background Color

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

This div background color is #bd758e


#bd758e Border Color

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

This div border color is #bd758e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,117,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 #bd758e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd758e


Comments

No comments written yet.

Please login to write comment.