Color Hex Logo

#b31aaf Color Hex

#B31AAF
(179,26,175)
0 Favorites   0 Comments

Color spaces of #b31aaf

RGB 17926175
HSL0.840.750.40
HSV302°85°70°
CMYK 0.000.850.02   0.30
XYZ26.697713.417641.7402
Yxy13.41760.32620.1639
Hunter Lab36.630065.9966-41.9204
CIE-Lab43.385871.4792-42.8981

#b31aaf color RGB value is (179,26,175).

#b31aaf hex color red value is 179, green value is 26 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b31aaf hue: 0.84 , saturation: 0.75 and the lightness value of b31aaf is 0.40.

The process color (four color CMYK) of #b31aaf color hex is 0.00, 0.85, 0.02, 0.30. Web safe color of #b31aaf is #cc3399. Color #b31aaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00011010 10101111
Octal 263 32 257
Decimal 179 26 175
Hex B3 1A AF

RGB Percentages of Color #b31aaf

%47.11
%6.84
%46.05

CMYK Percentages of Color #b31aaf

%0
%85
%2
%30

Triadic Colors of #b31aaf

#b31aaf #afb31a #1aafb3

Analogous Colors of #b31aaf

#b31aaf #b31a63 #6b1ab3

Monochromatic Colors of #b31aaf

#b31aaf

Complementary Color

#b31aaf #1ab31e

#b31aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31aaf Color CSS Codes

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

#b31aaf Text Font Color

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

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


#b31aaf Background Color

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

This div background color is #b31aaf


#b31aaf Border Color

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

This div border color is #b31aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31aaf


Comments

No comments written yet.

Please login to write comment.