Color Hex Logo

#b064a1 Color Hex

#B064A1
(176,100,161)
0 Favorites   0 Comments

Color spaces of #b064a1

RGB 176100161
HSL0.870.320.54
HSV312°43°69°
CMYK 0.000.430.09   0.31
XYZ28.894720.917736.2328
Yxy20.91770.33580.2431
Hunter Lab45.735932.7337-14.9555
CIE-Lab52.859339.3918-19.8709

#b064a1 color RGB value is (176,100,161).

#b064a1 hex color red value is 176, green value is 100 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #b064a1 hue: 0.87 , saturation: 0.32 and the lightness value of b064a1 is 0.54.

The process color (four color CMYK) of #b064a1 color hex is 0.00, 0.43, 0.09, 0.31. Web safe color of #b064a1 is #996699. Color #b064a1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01100100 10100001
Octal 260 144 241
Decimal 176 100 161
Hex B0 64 A1

RGB Percentages of Color #b064a1

%40.27
%22.88
%36.84

CMYK Percentages of Color #b064a1

%0
%43
%9
%31

Triadic Colors of #b064a1

#b064a1 #a1b064 #64a1b0

Analogous Colors of #b064a1

#b064a1 #b0647b #9964b0

Monochromatic Colors of #b064a1

#b064a1

Complementary Color

#b064a1 #64b073

#b064a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b064a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b064a1 Color CSS Codes

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

#b064a1 Text Font Color

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

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


#b064a1 Background Color

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

This div background color is #b064a1


#b064a1 Border Color

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

This div border color is #b064a1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b064a1


Comments

No comments written yet.

Please login to write comment.