Color Hex Logo

#b31fae Color Hex

#B31FAE
(179,31,174)
0 Favorites   0 Comments

Color spaces of #b31fae

RGB 17931174
HSL0.840.700.41
HSV302°83°70°
CMYK 0.000.830.03   0.30
XYZ26.720413.619741.2649
Yxy13.61970.32740.1669
Hunter Lab36.904964.6566-40.4612
CIE-Lab43.682570.2932-41.8330

#b31fae color RGB value is (179,31,174).

#b31fae hex color red value is 179, green value is 31 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b31fae hue: 0.84 , saturation: 0.70 and the lightness value of b31fae is 0.41.

The process color (four color CMYK) of #b31fae color hex is 0.00, 0.83, 0.03, 0.30. Web safe color of #b31fae is #cc3399. Color #b31fae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00011111 10101110
Octal 263 37 256
Decimal 179 31 174
Hex B3 1F AE

RGB Percentages of Color #b31fae

%46.61
%8.07
%45.31

CMYK Percentages of Color #b31fae

%0
%83
%3
%30

Triadic Colors of #b31fae

#b31fae #aeb31f #1faeb3

Analogous Colors of #b31fae

#b31fae #b31f64 #6e1fb3

Monochromatic Colors of #b31fae

#b31fae

Complementary Color

#b31fae #1fb324

#b31fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31fae Color CSS Codes

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

#b31fae Text Font Color

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

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


#b31fae Background Color

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

This div background color is #b31fae


#b31fae Border Color

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

This div border color is #b31fae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,31,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31fae


Comments

No comments written yet.

Please login to write comment.