Color Hex Logo

#b01fae Color Hex

#B01FAE
(176,31,174)
0 Favorites   0 Comments

Color spaces of #b01fae

RGB 17631174
HSL0.840.700.41
HSV301°82°69°
CMYK 0.000.820.01   0.31
XYZ26.034513.266141.2328
Yxy13.26610.32330.1647
Hunter Lab36.422763.8501-41.6242
CIE-Lab43.161569.7120-42.6938

#b01fae color RGB value is (176,31,174).

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

The process color (four color CMYK) of #b01fae color hex is 0.00, 0.82, 0.01, 0.31. Web safe color of #b01fae is #993399. Color #b01fae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00011111 10101110
Octal 260 37 256
Decimal 176 31 174
Hex B0 1F AE

RGB Percentages of Color #b01fae

%46.19
%8.14
%45.67

CMYK Percentages of Color #b01fae

%0
%82
%1
%31

Triadic Colors of #b01fae

#b01fae #aeb01f #1faeb0

Analogous Colors of #b01fae

#b01fae #b01f66 #6a1fb0

Monochromatic Colors of #b01fae

#b01fae

Complementary Color

#b01fae #1fb021

#b01fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b01fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b01fae Color CSS Codes

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

#b01fae Text Font Color

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

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


#b01fae Background Color

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

This div background color is #b01fae


#b01fae Border Color

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

This div border color is #b01fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b01fae


Comments

No comments written yet.

Please login to write comment.