Color Hex Logo

#bd679e Color Hex

#BD679E
(189,103,158)
0 Favorites   0 Comments

Color spaces of #bd679e

RGB 189103158
HSL0.890.390.57
HSV322°46°74°
CMYK 0.000.460.16   0.26
XYZ32.008122.987935.0979
Yxy22.98790.35530.2552
Hunter Lab47.945735.2600-9.8403
CIE-Lab55.059941.5723-14.6144

#bd679e color RGB value is (189,103,158).

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

The process color (four color CMYK) of #bd679e color hex is 0.00, 0.46, 0.16, 0.26. Web safe color of #bd679e is #cc6699. Color #bd679e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100111 10011110
Octal 275 147 236
Decimal 189 103 158
Hex BD 67 9E

RGB Percentages of Color #bd679e

%42.00
%22.89
%35.11

CMYK Percentages of Color #bd679e

%0
%46
%16
%26

Triadic Colors of #bd679e

#bd679e #9ebd67 #679ebd

Analogous Colors of #bd679e

#bd679e #bd6773 #b167bd

Monochromatic Colors of #bd679e

#bd679e

Complementary Color

#bd679e #67bd86

#bd679e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd679e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd679e Color CSS Codes

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

#bd679e Text Font Color

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

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


#bd679e Background Color

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

This div background color is #bd679e


#bd679e Border Color

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

This div border color is #bd679e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd679e


Comments

No comments written yet.

Please login to write comment.