Color Hex Logo

#b50dac Color Hex

#B50DAC
(181,13,172)
0 Favorites   0 Comments

Color spaces of #b50dac

RGB 18113172
HSL0.840.870.38
HSV303°93°71°
CMYK 0.000.930.05   0.29
XYZ26.646413.090240.1520
Yxy13.09020.33350.1639
Hunter Lab36.180468.1474-40.4722
CIE-Lab42.898873.3684-41.8711

#b50dac color RGB value is (181,13,172).

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

The process color (four color CMYK) of #b50dac color hex is 0.00, 0.93, 0.05, 0.29. Web safe color of #b50dac is #cc0099. Color #b50dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00001101 10101100
Octal 265 15 254
Decimal 181 13 172
Hex B5 D AC

RGB Percentages of Color #b50dac

%49.45
%3.55
%46.99

CMYK Percentages of Color #b50dac

%0
%93
%5
%29

Triadic Colors of #b50dac

#b50dac #acb50d #0dacb5

Analogous Colors of #b50dac

#b50dac #b50d58 #6a0db5

Monochromatic Colors of #b50dac

#b50dac

Complementary Color

#b50dac #0db516

#b50dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b50dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b50dac Color CSS Codes

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

#b50dac Text Font Color

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

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


#b50dac Background Color

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

This div background color is #b50dac


#b50dac Border Color

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

This div border color is #b50dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b50dac


Comments

No comments written yet.

Please login to write comment.