Color Hex Logo

#b76aaf Color Hex

#B76AAF
(183,106,175)
0 Favorites   0 Comments

Color spaces of #b76aaf

RGB 183106175
HSL0.850.350.57
HSV306°42°72°
CMYK 0.000.420.04   0.28
XYZ32.420323.470543.3790
Yxy23.47050.32660.2364
Hunter Lab48.446434.6710-19.1760
CIE-Lab55.553740.9306-23.7961

#b76aaf color RGB value is (183,106,175).

#b76aaf hex color red value is 183, green value is 106 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b76aaf hue: 0.85 , saturation: 0.35 and the lightness value of b76aaf is 0.57.

The process color (four color CMYK) of #b76aaf color hex is 0.00, 0.42, 0.04, 0.28. Web safe color of #b76aaf is #cc6699. Color #b76aaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01101010 10101111
Octal 267 152 257
Decimal 183 106 175
Hex B7 6A AF

RGB Percentages of Color #b76aaf

%39.44
%22.84
%37.72

CMYK Percentages of Color #b76aaf

%0
%42
%4
%28

Triadic Colors of #b76aaf

#b76aaf #afb76a #6aafb7

Analogous Colors of #b76aaf

#b76aaf #b76a89 #996ab7

Monochromatic Colors of #b76aaf

#b76aaf

Complementary Color

#b76aaf #6ab772

#b76aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b76aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b76aaf Color CSS Codes

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

#b76aaf Text Font Color

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

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


#b76aaf Background Color

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

This div background color is #b76aaf


#b76aaf Border Color

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

This div border color is #b76aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b76aaf


Comments

No comments written yet.

Please login to write comment.