Color Hex Logo

#bd678f Color Hex

#BD678F
(189,103,143)
0 Favorites   0 Comments

Color spaces of #bd678f

RGB 189103143
HSL0.920.390.57
HSV332°46°74°
CMYK 0.000.460.24   0.26
XYZ30.794422.502528.7070
Yxy22.50250.37550.2744
Hunter Lab47.436832.8619-2.6744
CIE-Lab54.556239.2898-6.5961

#bd678f color RGB value is (189,103,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100111 10001111
Octal 275 147 217
Decimal 189 103 143
Hex BD 67 8F

RGB Percentages of Color #bd678f

%43.45
%23.68
%32.87

CMYK Percentages of Color #bd678f

%0
%46
%24
%26

Triadic Colors of #bd678f

#bd678f #8fbd67 #678fbd

Analogous Colors of #bd678f

#bd678f #bd6a67 #bd67ba

Monochromatic Colors of #bd678f

#bd678f

Complementary Color

#bd678f #67bd95

#bd678f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd678f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd678f Color CSS Codes

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

#bd678f Text Font Color

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

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


#bd678f Background Color

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

This div background color is #bd678f


#bd678f Border Color

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

This div border color is #bd678f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd678f


Comments

No comments written yet.

Please login to write comment.