Color Hex Logo

#b06eac Color Hex

#B06EAC
(176,110,172)
0 Favorites   0 Comments

Color spaces of #b06eac

RGB 176110172
HSL0.840.290.56
HSV304°38°69°
CMYK 0.000.380.02   0.31
XYZ30.926823.360541.9087
Yxy23.36050.32150.2428
Hunter Lab48.332729.6351-17.5768
CIE-Lab55.441735.9641-22.3073

#b06eac color RGB value is (176,110,172).

#b06eac hex color red value is 176, green value is 110 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b06eac hue: 0.84 , saturation: 0.29 and the lightness value of b06eac is 0.56.

The process color (four color CMYK) of #b06eac color hex is 0.00, 0.38, 0.02, 0.31. Web safe color of #b06eac is #996699. Color #b06eac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01101110 10101100
Octal 260 156 254
Decimal 176 110 172
Hex B0 6E AC

RGB Percentages of Color #b06eac

%38.43
%24.02
%37.55

CMYK Percentages of Color #b06eac

%0
%38
%2
%31

Triadic Colors of #b06eac

#b06eac #acb06e #6eacb0

Analogous Colors of #b06eac

#b06eac #b06e8b #936eb0

Monochromatic Colors of #b06eac

#b06eac

Complementary Color

#b06eac #6eb072

#b06eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b06eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b06eac Color CSS Codes

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

#b06eac Text Font Color

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

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


#b06eac Background Color

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

This div background color is #b06eac


#b06eac Border Color

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

This div border color is #b06eac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,110,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b06eac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b06eac;
  -webkit-box-shadow: 1px 1px 3px 2px #b06eac;
  box-shadow:         1px 1px 3px 2px #b06eac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,110,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b06eac


Comments

No comments written yet.

Please login to write comment.