Color Hex Logo

#b66892 Color Hex

#B66892
(182,104,146)
0 Favorites   0 Comments

Color spaces of #b66892

RGB 182104146
HSL0.910.350.56
HSV328°43°71°
CMYK 0.000.430.20   0.29
XYZ29.430021.921029.8742
Yxy21.92100.36230.2699
Hunter Lab46.819930.2666-5.0571
CIE-Lab53.943136.7838-9.3682

#b66892 color RGB value is (182,104,146).

#b66892 hex color red value is 182, green value is 104 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #b66892 hue: 0.91 , saturation: 0.35 and the lightness value of b66892 is 0.56.

The process color (four color CMYK) of #b66892 color hex is 0.00, 0.43, 0.20, 0.29. Web safe color of #b66892 is #cc6699. Color #b66892 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01101000 10010010
Octal 266 150 222
Decimal 182 104 146
Hex B6 68 92

RGB Percentages of Color #b66892

%42.13
%24.07
%33.80

CMYK Percentages of Color #b66892

%0
%43
%20
%29

Triadic Colors of #b66892

#b66892 #92b668 #6892b6

Analogous Colors of #b66892

#b66892 #b6686b #b368b6

Monochromatic Colors of #b66892

#b66892

Complementary Color

#b66892 #68b68c

#b66892 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b66892 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b66892 Color CSS Codes

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

#b66892 Text Font Color

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

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


#b66892 Background Color

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

This div background color is #b66892


#b66892 Border Color

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

This div border color is #b66892


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b66892


Comments

No comments written yet.

Please login to write comment.