Color Hex Logo

#b7669a Color Hex

#B7669A
(183,102,154)
0 Favorites   0 Comments

Color spaces of #b7669a

RGB 183102154
HSL0.890.360.56
HSV321°44°72°
CMYK 0.000.440.16   0.28
XYZ30.112521.903133.2125
Yxy21.90310.35330.2570
Hunter Lab46.800732.9490-9.3151
CIE-Lab53.924039.4607-14.0719

#b7669a color RGB value is (183,102,154).

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

The process color (four color CMYK) of #b7669a color hex is 0.00, 0.44, 0.16, 0.28. Web safe color of #b7669a is #cc6699. Color #b7669a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100110 10011010
Octal 267 146 232
Decimal 183 102 154
Hex B7 66 9A

RGB Percentages of Color #b7669a

%41.69
%23.23
%35.08

CMYK Percentages of Color #b7669a

%0
%44
%16
%28

Triadic Colors of #b7669a

#b7669a #9ab766 #669ab7

Analogous Colors of #b7669a

#b7669a #b76672 #ac66b7

Monochromatic Colors of #b7669a

#b7669a

Complementary Color

#b7669a #66b783

#b7669a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7669a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7669a Color CSS Codes

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

#b7669a Text Font Color

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

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


#b7669a Background Color

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

This div background color is #b7669a


#b7669a Border Color

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

This div border color is #b7669a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7669a


Comments

No comments written yet.

Please login to write comment.