Color Hex Logo

#b13fae Color Hex

#B13FAE
(177,63,174)
0 Favorites   0 Comments

Color spaces of #b13fae

RGB 17763174
HSL0.840.480.47
HSV302°64°69°
CMYK 0.000.640.02   0.31
XYZ27.549015.958141.6726
Yxy15.95810.32340.1873
Hunter Lab39.947653.1904-33.8869
CIE-Lab46.919559.6921-36.7271

#b13fae color RGB value is (177,63,174).

#b13fae hex color red value is 177, green value is 63 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b13fae hue: 0.84 , saturation: 0.48 and the lightness value of b13fae is 0.47.

The process color (four color CMYK) of #b13fae color hex is 0.00, 0.64, 0.02, 0.31. Web safe color of #b13fae is #993399. Color #b13fae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00111111 10101110
Octal 261 77 256
Decimal 177 63 174
Hex B1 3F AE

RGB Percentages of Color #b13fae

%42.75
%15.22
%42.03

CMYK Percentages of Color #b13fae

%0
%64
%2
%31

Triadic Colors of #b13fae

#b13fae #aeb13f #3faeb1

Analogous Colors of #b13fae

#b13fae #b13f75 #7b3fb1

Monochromatic Colors of #b13fae

#b13fae

Complementary Color

#b13fae #3fb142

#b13fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b13fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b13fae Color CSS Codes

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

#b13fae Text Font Color

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

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


#b13fae Background Color

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

This div background color is #b13fae


#b13fae Border Color

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

This div border color is #b13fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b13fae


Comments

No comments written yet.

Please login to write comment.