Color Hex Logo

#b032ad Color Hex

#B032AD
(176,50,173)
0 Favorites   0 Comments

Color spaces of #b032ad

RGB 17650173
HSL0.840.560.44
HSV301°72°69°
CMYK 0.000.720.02   0.31
XYZ26.587914.528440.9381
Yxy14.52840.32400.1771
Hunter Lab38.116157.8094-36.9983
CIE-Lab44.981464.1523-39.2105

#b032ad color RGB value is (176,50,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110010 10101101
Octal 260 62 255
Decimal 176 50 173
Hex B0 32 AD

RGB Percentages of Color #b032ad

%44.11
%12.53
%43.36

CMYK Percentages of Color #b032ad

%0
%72
%2
%31

Triadic Colors of #b032ad

#b032ad #adb032 #32adb0

Analogous Colors of #b032ad

#b032ad #b0326e #7432b0

Monochromatic Colors of #b032ad

#b032ad

Complementary Color

#b032ad #32b035

#b032ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b032ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b032ad Color CSS Codes

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

#b032ad Text Font Color

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

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


#b032ad Background Color

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

This div background color is #b032ad


#b032ad Border Color

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

This div border color is #b032ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b032ad


Comments

No comments written yet.

Please login to write comment.