Color Hex Logo

#b04eae Color Hex

#B04EAE
(176,78,174)
0 Favorites   0 Comments

Color spaces of #b04eae

RGB 17678174
HSL0.840.390.50
HSV301°56°69°
CMYK 0.000.560.01   0.31
XYZ28.268917.734941.9776
Yxy17.73490.32130.2016
Hunter Lab42.112846.1235-29.6206
CIE-Lab49.173052.8363-33.1952

#b04eae color RGB value is (176,78,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01001110 10101110
Octal 260 116 256
Decimal 176 78 174
Hex B0 4E AE

RGB Percentages of Color #b04eae

%41.12
%18.22
%40.65

CMYK Percentages of Color #b04eae

%0
%56
%1
%31

Triadic Colors of #b04eae

#b04eae #aeb04e #4eaeb0

Analogous Colors of #b04eae

#b04eae #b04e7d #814eb0

Monochromatic Colors of #b04eae

#b04eae

Complementary Color

#b04eae #4eb050

#b04eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b04eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b04eae Color CSS Codes

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

#b04eae Text Font Color

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

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


#b04eae Background Color

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

This div background color is #b04eae


#b04eae Border Color

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

This div border color is #b04eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b04eae


Comments

No comments written yet.

Please login to write comment.