Color Hex Logo

#b67aaf Color Hex

#B67AAF
(182,122,175)
0 Favorites   0 Comments

Color spaces of #b67aaf

RGB 182122175
HSL0.850.290.60
HSV307°33°71°
CMYK 0.000.330.04   0.29
XYZ33.988826.959343.9697
Yxy26.95930.32400.2570
Hunter Lab51.922325.9835-13.8633
CIE-Lab58.936631.8944-18.6284

#b67aaf color RGB value is (182,122,175).

#b67aaf hex color red value is 182, green value is 122 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b67aaf hue: 0.85 , saturation: 0.29 and the lightness value of b67aaf is 0.60.

The process color (four color CMYK) of #b67aaf color hex is 0.00, 0.33, 0.04, 0.29. Web safe color of #b67aaf is #cc6699. Color #b67aaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01111010 10101111
Octal 266 172 257
Decimal 182 122 175
Hex B6 7A AF

RGB Percentages of Color #b67aaf

%38.00
%25.47
%36.53

CMYK Percentages of Color #b67aaf

%0
%33
%4
%29

Triadic Colors of #b67aaf

#b67aaf #afb67a #7aafb6

Analogous Colors of #b67aaf

#b67aaf #b67a91 #9f7ab6

Monochromatic Colors of #b67aaf

#b67aaf

Complementary Color

#b67aaf #7ab681

#b67aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b67aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b67aaf Color CSS Codes

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

#b67aaf Text Font Color

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

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


#b67aaf Background Color

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

This div background color is #b67aaf


#b67aaf Border Color

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

This div border color is #b67aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b67aaf


Comments

No comments written yet.

Please login to write comment.