Color Hex Logo

#b31baf Color Hex

#B31BAF
(179,27,175)
0 Favorites   0 Comments

Color spaces of #b31baf

RGB 17927175
HSL0.840.740.40
HSV302°85°70°
CMYK 0.000.850.02   0.30
XYZ26.720213.462741.7477
Yxy13.46270.32610.1643
Hunter Lab36.691665.7804-41.7762
CIE-Lab43.452371.2846-42.7922

#b31baf color RGB value is (179,27,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00011011 10101111
Octal 263 33 257
Decimal 179 27 175
Hex B3 1B AF

RGB Percentages of Color #b31baf

%46.98
%7.09
%45.93

CMYK Percentages of Color #b31baf

%0
%85
%2
%30

Triadic Colors of #b31baf

#b31baf #afb31b #1bafb3

Analogous Colors of #b31baf

#b31baf #b31b63 #6b1bb3

Monochromatic Colors of #b31baf

#b31baf

Complementary Color

#b31baf #1bb31f

#b31baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31baf Color CSS Codes

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

#b31baf Text Font Color

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

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


#b31baf Background Color

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

This div background color is #b31baf


#b31baf Border Color

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

This div border color is #b31baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31baf


Comments

No comments written yet.

Please login to write comment.