Color Hex Logo

#b7689f Color Hex

#B7689F
(183,104,159)
0 Favorites   0 Comments

Color spaces of #b7689f

RGB 183104159
HSL0.880.350.56
HSV318°43°72°
CMYK 0.000.430.13   0.28
XYZ30.736822.471135.5182
Yxy22.47110.34640.2533
Hunter Lab47.403732.7839-11.2417
CIE-Lab54.523339.2171-16.0847

#b7689f color RGB value is (183,104,159).

#b7689f hex color red value is 183, green value is 104 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #b7689f hue: 0.88 , saturation: 0.35 and the lightness value of b7689f is 0.56.

The process color (four color CMYK) of #b7689f color hex is 0.00, 0.43, 0.13, 0.28. Web safe color of #b7689f is #cc6699. Color #b7689f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01101000 10011111
Octal 267 150 237
Decimal 183 104 159
Hex B7 68 9F

RGB Percentages of Color #b7689f

%41.03
%23.32
%35.65

CMYK Percentages of Color #b7689f

%0
%43
%13
%28

Triadic Colors of #b7689f

#b7689f #9fb768 #689fb7

Analogous Colors of #b7689f

#b7689f #b76878 #a868b7

Monochromatic Colors of #b7689f

#b7689f

Complementary Color

#b7689f #68b780

#b7689f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7689f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7689f Color CSS Codes

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

#b7689f Text Font Color

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

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


#b7689f Background Color

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

This div background color is #b7689f


#b7689f Border Color

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

This div border color is #b7689f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7689f


Comments

No comments written yet.

Please login to write comment.