Color Hex Logo

#b67095 Color Hex

#B67095
(182,112,149)
0 Favorites   0 Comments

Color spaces of #b67095

RGB 182112149
HSL0.910.320.58
HSV328°38°71°
CMYK 0.000.380.18   0.29
XYZ30.510423.703431.4009
Yxy23.70340.35640.2769
Hunter Lab48.686126.6608-4.1597
CIE-Lab55.789632.9143-8.3617

#b67095 color RGB value is (182,112,149).

#b67095 hex color red value is 182, green value is 112 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #b67095 hue: 0.91 , saturation: 0.32 and the lightness value of b67095 is 0.58.

The process color (four color CMYK) of #b67095 color hex is 0.00, 0.38, 0.18, 0.29. Web safe color of #b67095 is #cc6699. Color #b67095 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110000 10010101
Octal 266 160 225
Decimal 182 112 149
Hex B6 70 95

RGB Percentages of Color #b67095

%41.08
%25.28
%33.63

CMYK Percentages of Color #b67095

%0
%38
%18
%29

Triadic Colors of #b67095

#b67095 #95b670 #7095b6

Analogous Colors of #b67095

#b67095 #b67072 #b470b6

Monochromatic Colors of #b67095

#b67095

Complementary Color

#b67095 #70b691

#b67095 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b67095 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b67095 Color CSS Codes

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

#b67095 Text Font Color

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

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


#b67095 Background Color

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

This div background color is #b67095


#b67095 Border Color

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

This div border color is #b67095


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b67095


Comments

No comments written yet.

Please login to write comment.