color codes Logo

#b04aaf color codes

#B04AAF
(176,74,175)
0 Favorites   0 Comments

Color spaces of #b04aaf

RGB 17674175
HSL0.830.410.49
HSV301°58°69°
CMYK 0.000.580.01   0.31
XYZ28.091117.222842.4012
Yxy17.22280.32030.1963
Hunter Lab41.500448.1989-31.5267
CIE-Lab48.539554.8654-34.7753

#b04aaf color RGB value is (176,74,175).

#b04aaf hex color red value is 176, green value is 74 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b04aaf hue: 0.83 , saturation: 0.41 and the lightness value of b04aaf is 0.49.

The process color (four color CMYK) of #b04aaf color code is 0.00, 0.58, 0.01, 0.31. Web safe color of #b04aaf is #993399. Color #b04aaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01001010 10101111
Octal 260 112 257
Decimal 176 74 175
Hex B0 4A AF

RGB Percentages of Color #b04aaf

%41.41
%17.41
%41.18

CMYK Percentages of Color #b04aaf

%0
%58
%1
%31

Triadic Colors of #b04aaf

#b04aaf #afb04a #4aafb0

Analogous Colors of #b04aaf

#b04aaf #b04a7c #7e4ab0

Monochromatic Colors of #b04aaf

#b04aaf

Complementary Color

#b04aaf #4ab04b

#b04aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b04aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b04aaf Color CSS Codes

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

#b04aaf Text Font Color

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

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


#b04aaf Background Color

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

This div background color is #b04aaf


#b04aaf Border Color

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

This div border color is #b04aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b04aaf


Comments

No comments written yet.

Please login to write comment.