Color Hex Logo

#b50fae Color Hex

#B50FAE
(181,15,174)
0 Favorites   0 Comments

Color spaces of #b50fae

RGB 18115174
HSL0.840.850.38
HSV303°92°71°
CMYK 0.000.920.04   0.29
XYZ26.866913.221441.1803
Yxy13.22140.33060.1627
Hunter Lab36.361268.2594-41.6950
CIE-Lab43.095073.4233-42.7470

#b50fae color RGB value is (181,15,174).

#b50fae hex color red value is 181, green value is 15 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b50fae hue: 0.84 , saturation: 0.85 and the lightness value of b50fae is 0.38.

The process color (four color CMYK) of #b50fae color hex is 0.00, 0.92, 0.04, 0.29. Web safe color of #b50fae is #cc0099. Color #b50fae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00001111 10101110
Octal 265 17 256
Decimal 181 15 174
Hex B5 F AE

RGB Percentages of Color #b50fae

%48.92
%4.05
%47.03

CMYK Percentages of Color #b50fae

%0
%92
%4
%29

Triadic Colors of #b50fae

#b50fae #aeb50f #0faeb5

Analogous Colors of #b50fae

#b50fae #b50f5b #690fb5

Monochromatic Colors of #b50fae

#b50fae

Complementary Color

#b50fae #0fb516

#b50fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b50fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b50fae Color CSS Codes

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

#b50fae Text Font Color

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

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


#b50fae Background Color

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

This div background color is #b50fae


#b50fae Border Color

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

This div border color is #b50fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b50fae


Comments

No comments written yet.

Please login to write comment.