Color Hex Logo

#b051ad Color Hex

#B051AD
(176,81,173)
0 Favorites   0 Comments

Color spaces of #b051ad

RGB 17681173
HSL0.840.380.50
HSV302°54°69°
CMYK 0.000.540.02   0.31
XYZ28.389818.132141.5387
Yxy18.13210.32240.2059
Hunter Lab42.581844.4899-28.0303
CIE-Lab49.655951.2297-31.8534

#b051ad color RGB value is (176,81,173).

#b051ad hex color red value is 176, green value is 81 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b051ad hue: 0.84 , saturation: 0.38 and the lightness value of b051ad is 0.50.

The process color (four color CMYK) of #b051ad color hex is 0.00, 0.54, 0.02, 0.31. Web safe color of #b051ad is #996699. Color #b051ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010001 10101101
Octal 260 121 255
Decimal 176 81 173
Hex B0 51 AD

RGB Percentages of Color #b051ad

%40.93
%18.84
%40.23

CMYK Percentages of Color #b051ad

%0
%54
%2
%31

Triadic Colors of #b051ad

#b051ad #adb051 #51adb0

Analogous Colors of #b051ad

#b051ad #b0517e #8451b0

Monochromatic Colors of #b051ad

#b051ad

Complementary Color

#b051ad #51b054

#b051ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b051ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b051ad Color CSS Codes

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

#b051ad Text Font Color

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

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


#b051ad Background Color

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

This div background color is #b051ad


#b051ad Border Color

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

This div border color is #b051ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b051ad


Comments

No comments written yet.

Please login to write comment.