Color Hex Logo

#b7689d Color Hex

#B7689D
(183,104,157)
0 Favorites   0 Comments

Color spaces of #b7689d

RGB 183104157
HSL0.890.350.56
HSV320°43°72°
CMYK 0.000.430.14   0.28
XYZ30.564622.402234.6114
Yxy22.40220.34900.2558
Hunter Lab47.331032.4396-10.2249
CIE-Lab54.451238.8860-15.0273

#b7689d color RGB value is (183,104,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01101000 10011101
Octal 267 150 235
Decimal 183 104 157
Hex B7 68 9D

RGB Percentages of Color #b7689d

%41.22
%23.42
%35.36

CMYK Percentages of Color #b7689d

%0
%43
%14
%28

Triadic Colors of #b7689d

#b7689d #9db768 #689db7

Analogous Colors of #b7689d

#b7689d #b76876 #aa68b7

Monochromatic Colors of #b7689d

#b7689d

Complementary Color

#b7689d #68b782

#b7689d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7689d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7689d Color CSS Codes

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

#b7689d Text Font Color

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

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


#b7689d Background Color

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

This div background color is #b7689d


#b7689d Border Color

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

This div border color is #b7689d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7689d


Comments

No comments written yet.

Please login to write comment.