Color Hex Logo

#b04bae Color Hex

#B04BAE
(176,75,174)
0 Favorites   0 Comments

Color spaces of #b04bae

RGB 17675174
HSL0.840.400.49
HSV301°57°69°
CMYK 0.000.570.01   0.31
XYZ28.060617.318341.9082
Yxy17.31830.32150.1984
Hunter Lab41.615347.5334-30.5767
CIE-Lab48.658654.2316-34.0018

#b04bae color RGB value is (176,75,174).

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

The process color (four color CMYK) of #b04bae color hex is 0.00, 0.57, 0.01, 0.31. Web safe color of #b04bae is #993399. Color #b04bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01001011 10101110
Octal 260 113 256
Decimal 176 75 174
Hex B0 4B AE

RGB Percentages of Color #b04bae

%41.41
%17.65
%40.94

CMYK Percentages of Color #b04bae

%0
%57
%1
%31

Triadic Colors of #b04bae

#b04bae #aeb04b #4baeb0

Analogous Colors of #b04bae

#b04bae #b04b7c #804bb0

Monochromatic Colors of #b04bae

#b04bae

Complementary Color

#b04bae #4bb04d

#b04bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b04bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b04bae Color CSS Codes

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

#b04bae Text Font Color

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

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


#b04bae Background Color

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

This div background color is #b04bae


#b04bae Border Color

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

This div border color is #b04bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b04bae


Comments

No comments written yet.

Please login to write comment.