Color Hex Logo

#b05dae Color Hex

#B05DAE
(176,93,174)
0 Favorites   0 Comments

Color spaces of #b05dae

RGB 17693174
HSL0.840.340.53
HSV301°47°69°
CMYK 0.000.470.01   0.31
XYZ29.458820.114842.3743
Yxy20.11480.32040.2188
Hunter Lab44.849538.7586-24.6231
CIE-Lab51.966845.4127-28.8354

#b05dae color RGB value is (176,93,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01011101 10101110
Octal 260 135 256
Decimal 176 93 174
Hex B0 5D AE

RGB Percentages of Color #b05dae

%39.73
%20.99
%39.28

CMYK Percentages of Color #b05dae

%0
%47
%1
%31

Triadic Colors of #b05dae

#b05dae #aeb05d #5daeb0

Analogous Colors of #b05dae

#b05dae #b05d85 #895db0

Monochromatic Colors of #b05dae

#b05dae

Complementary Color

#b05dae #5db05f

#b05dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05dae Color CSS Codes

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

#b05dae Text Font Color

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

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


#b05dae Background Color

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

This div background color is #b05dae


#b05dae Border Color

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

This div border color is #b05dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05dae


Comments

No comments written yet.

Please login to write comment.