Color Hex Logo

#b04ba1 Color Hex

#B04BA1
(176,75,161)
0 Favorites   0 Comments

Color spaces of #b04ba1

RGB 17675161
HSL0.860.400.49
HSV309°57°69°
CMYK 0.000.570.09   0.31
XYZ26.853616.835535.5524
Yxy16.83550.33890.2125
Hunter Lab41.031145.0184-22.6515
CIE-Lab48.052152.0022-27.2862

#b04ba1 color RGB value is (176,75,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01001011 10100001
Octal 260 113 241
Decimal 176 75 161
Hex B0 4B A1

RGB Percentages of Color #b04ba1

%42.72
%18.20
%39.08

CMYK Percentages of Color #b04ba1

%0
%57
%9
%31

Triadic Colors of #b04ba1

#b04ba1 #a1b04b #4ba1b0

Analogous Colors of #b04ba1

#b04ba1 #b04b6f #8d4bb0

Monochromatic Colors of #b04ba1

#b04ba1

Complementary Color

#b04ba1 #4bb05a

#b04ba1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b04ba1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b04ba1 Color CSS Codes

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

#b04ba1 Text Font Color

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

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


#b04ba1 Background Color

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

This div background color is #b04ba1


#b04ba1 Border Color

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

This div border color is #b04ba1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b04ba1


Comments

No comments written yet.

Please login to write comment.