Color Hex Logo

#b04eac Color Hex

#B04EAC
(176,78,172)
0 Favorites   0 Comments

Color spaces of #b04eac

RGB 17678172
HSL0.840.390.50
HSV302°56°69°
CMYK 0.000.560.02   0.31
XYZ28.075317.657440.9582
Yxy17.65740.32390.2037
Hunter Lab42.020745.7250-28.3763
CIE-Lab49.077952.4824-32.1711

#b04eac color RGB value is (176,78,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01001110 10101100
Octal 260 116 254
Decimal 176 78 172
Hex B0 4E AC

RGB Percentages of Color #b04eac

%41.31
%18.31
%40.38

CMYK Percentages of Color #b04eac

%0
%56
%2
%31

Triadic Colors of #b04eac

#b04eac #acb04e #4eacb0

Analogous Colors of #b04eac

#b04eac #b04e7b #834eb0

Monochromatic Colors of #b04eac

#b04eac

Complementary Color

#b04eac #4eb052

#b04eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b04eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b04eac Color CSS Codes

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

#b04eac Text Font Color

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

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


#b04eac Background Color

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

This div background color is #b04eac


#b04eac Border Color

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

This div border color is #b04eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b04eac


Comments

No comments written yet.

Please login to write comment.