Color Hex Logo

#bd688f Color Hex

#BD688F
(189,104,143)
0 Favorites   0 Comments

Color spaces of #bd688f

RGB 189104143
HSL0.920.390.57
HSV332°45°74°
CMYK 0.000.450.24   0.26
XYZ30.894522.702628.7403
Yxy22.70260.37520.2757
Hunter Lab47.647232.3568-2.4100
CIE-Lab54.764738.7627-6.2862

#bd688f color RGB value is (189,104,143).

#bd688f hex color red value is 189, green value is 104 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bd688f hue: 0.92 , saturation: 0.39 and the lightness value of bd688f is 0.57.

The process color (four color CMYK) of #bd688f color hex is 0.00, 0.45, 0.24, 0.26. Web safe color of #bd688f is #cc6699. Color #bd688f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101000 10001111
Octal 275 150 217
Decimal 189 104 143
Hex BD 68 8F

RGB Percentages of Color #bd688f

%43.35
%23.85
%32.80

CMYK Percentages of Color #bd688f

%0
%45
%24
%26

Triadic Colors of #bd688f

#bd688f #8fbd68 #688fbd

Analogous Colors of #bd688f

#bd688f #bd6c68 #bd68ba

Monochromatic Colors of #bd688f

#bd688f

Complementary Color

#bd688f #68bd96

#bd688f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd688f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd688f Color CSS Codes

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

#bd688f Text Font Color

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

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


#bd688f Background Color

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

This div background color is #bd688f


#bd688f Border Color

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

This div border color is #bd688f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd688f


Comments

No comments written yet.

Please login to write comment.