Color Hex Logo

#b031ad Color Hex

#B031AD
(176,49,173)
0 Favorites   0 Comments

Color spaces of #b031ad

RGB 17649173
HSL0.840.560.44
HSV301°72°69°
CMYK 0.000.720.02   0.31
XYZ26.545614.443940.9240
Yxy14.44390.32410.1763
Hunter Lab38.005158.1686-37.2400
CIE-Lab44.862964.4894-39.3982

#b031ad color RGB value is (176,49,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110001 10101101
Octal 260 61 255
Decimal 176 49 173
Hex B0 31 AD

RGB Percentages of Color #b031ad

%44.22
%12.31
%43.47

CMYK Percentages of Color #b031ad

%0
%72
%2
%31

Triadic Colors of #b031ad

#b031ad #adb031 #31adb0

Analogous Colors of #b031ad

#b031ad #b0316e #7431b0

Monochromatic Colors of #b031ad

#b031ad

Complementary Color

#b031ad #31b034

#b031ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b031ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b031ad Color CSS Codes

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

#b031ad Text Font Color

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

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


#b031ad Background Color

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

This div background color is #b031ad


#b031ad Border Color

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

This div border color is #b031ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b031ad


Comments

No comments written yet.

Please login to write comment.