Color Hex Logo

#b05dac Color Hex

#B05DAC
(176,93,172)
0 Favorites   0 Comments

Color spaces of #b05dac

RGB 17693172
HSL0.840.340.53
HSV303°47°69°
CMYK 0.000.470.02   0.31
XYZ29.265220.037441.3549
Yxy20.03740.32280.2210
Hunter Lab44.763238.3640-23.4415
CIE-Lab51.879545.0461-27.8055

#b05dac color RGB value is (176,93,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01011101 10101100
Octal 260 135 254
Decimal 176 93 172
Hex B0 5D AC

RGB Percentages of Color #b05dac

%39.91
%21.09
%39.00

CMYK Percentages of Color #b05dac

%0
%47
%2
%31

Triadic Colors of #b05dac

#b05dac #acb05d #5dacb0

Analogous Colors of #b05dac

#b05dac #b05d83 #8b5db0

Monochromatic Colors of #b05dac

#b05dac

Complementary Color

#b05dac #5db061

#b05dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05dac Color CSS Codes

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

#b05dac Text Font Color

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

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


#b05dac Background Color

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

This div background color is #b05dac


#b05dac Border Color

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

This div border color is #b05dac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,93,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 #b05dac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05dac


Comments

No comments written yet.

Please login to write comment.