Color Hex Logo

#b05bae Color Hex

#B05BAE
(176,91,174)
0 Favorites   0 Comments

Color spaces of #b05bae

RGB 17691174
HSL0.840.350.52
HSV301°48°69°
CMYK 0.000.480.01   0.31
XYZ29.285619.768342.3165
Yxy19.76830.32050.2164
Hunter Lab44.461639.7653-25.3065
CIE-Lab51.574246.4402-29.4458

#b05bae color RGB value is (176,91,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01011011 10101110
Octal 260 133 256
Decimal 176 91 174
Hex B0 5B AE

RGB Percentages of Color #b05bae

%39.91
%20.63
%39.46

CMYK Percentages of Color #b05bae

%0
%48
%1
%31

Triadic Colors of #b05bae

#b05bae #aeb05b #5baeb0

Analogous Colors of #b05bae

#b05bae #b05b84 #885bb0

Monochromatic Colors of #b05bae

#b05bae

Complementary Color

#b05bae #5bb05d

#b05bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05bae Color CSS Codes

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

#b05bae Text Font Color

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

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


#b05bae Background Color

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

This div background color is #b05bae


#b05bae Border Color

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

This div border color is #b05bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05bae


Comments

No comments written yet.

Please login to write comment.