Color Hex Logo

#b67fae Color Hex

#B67FAE
(182,127,174)
0 Favorites   0 Comments

Color spaces of #b67fae

RGB 182127174
HSL0.860.270.61
HSV309°30°71°
CMYK 0.000.300.04   0.29
XYZ34.520828.179843.6642
Yxy28.17980.32460.2649
Hunter Lab53.084623.1799-11.6091
CIE-Lab60.050828.9339-16.3642

#b67fae color RGB value is (182,127,174).

#b67fae hex color red value is 182, green value is 127 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b67fae hue: 0.86 , saturation: 0.27 and the lightness value of b67fae is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01111111 10101110
Octal 266 177 256
Decimal 182 127 174
Hex B6 7F AE

RGB Percentages of Color #b67fae

%37.68
%26.29
%36.02

CMYK Percentages of Color #b67fae

%0
%30
%4
%29

Triadic Colors of #b67fae

#b67fae #aeb67f #7faeb6

Analogous Colors of #b67fae

#b67fae #b67f93 #a37fb6

Monochromatic Colors of #b67fae

#b67fae

Complementary Color

#b67fae #7fb687

#b67fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b67fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b67fae Color CSS Codes

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

#b67fae Text Font Color

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

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


#b67fae Background Color

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

This div background color is #b67fae


#b67fae Border Color

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

This div border color is #b67fae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,127,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b67fae


Comments

No comments written yet.

Please login to write comment.