Color Hex Logo

#b67894 Color Hex

#B67894
(182,120,148)
0 Favorites   0 Comments

Color spaces of #b67894

RGB 182120148
HSL0.920.300.59
HSV333°34°71°
CMYK 0.000.340.19   0.29
XYZ31.353225.516131.2896
Yxy25.51610.35560.2894
Hunter Lab50.513522.3946-1.3666
CIE-Lab57.574928.3430-5.1274

#b67894 color RGB value is (182,120,148).

#b67894 hex color red value is 182, green value is 120 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #b67894 hue: 0.92 , saturation: 0.30 and the lightness value of b67894 is 0.59.

The process color (four color CMYK) of #b67894 color hex is 0.00, 0.34, 0.19, 0.29. Web safe color of #b67894 is #cc6699. Color #b67894 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01111000 10010100
Octal 266 170 224
Decimal 182 120 148
Hex B6 78 94

RGB Percentages of Color #b67894

%40.44
%26.67
%32.89

CMYK Percentages of Color #b67894

%0
%34
%19
%29

Triadic Colors of #b67894

#b67894 #94b678 #7894b6

Analogous Colors of #b67894

#b67894 #b67b78 #b678b3

Monochromatic Colors of #b67894

#b67894

Complementary Color

#b67894 #78b69a

#b67894 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b67894 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b67894 Color CSS Codes

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

#b67894 Text Font Color

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

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


#b67894 Background Color

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

This div background color is #b67894


#b67894 Border Color

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

This div border color is #b67894


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b67894

#b67894 Color Palettes


Comments

No comments written yet.

Please login to write comment.