Color Hex Logo

#b50aad Color Hex

#B50AAD
(181,10,173)
0 Favorites   0 Comments

Color spaces of #b50aad

RGB 18110173
HSL0.840.900.37
HSV303°94°71°
CMYK 0.000.940.04   0.29
XYZ26.707413.058040.6480
Yxy13.05800.33210.1624
Hunter Lab36.135968.6886-41.3982
CIE-Lab42.850573.8263-42.5426

#b50aad color RGB value is (181,10,173).

#b50aad hex color red value is 181, green value is 10 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b50aad hue: 0.84 , saturation: 0.90 and the lightness value of b50aad is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00001010 10101101
Octal 265 12 255
Decimal 181 10 173
Hex B5 A AD

RGB Percentages of Color #b50aad

%49.73
%2.75
%47.53

CMYK Percentages of Color #b50aad

%0
%94
%4
%29

Triadic Colors of #b50aad

#b50aad #adb50a #0aadb5

Analogous Colors of #b50aad

#b50aad #b50a57 #680ab5

Monochromatic Colors of #b50aad

#b50aad

Complementary Color

#b50aad #0ab512

#b50aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b50aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b50aad Color CSS Codes

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

#b50aad Text Font Color

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

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


#b50aad Background Color

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

This div background color is #b50aad


#b50aad Border Color

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

This div border color is #b50aad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,10,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b50aad


Comments

No comments written yet.

Please login to write comment.