Color Hex Logo

#b422ad Color Hex

#B422AD
(180,34,173)
0 Favorites   0 Comments

Color spaces of #b422ad

RGB 18034173
HSL0.840.680.42
HSV303°81°71°
CMYK 0.000.810.04   0.29
XYZ26.937213.864540.7915
Yxy13.86450.33010.1699
Hunter Lab37.235163.9720-38.8884
CIE-Lab44.038069.6445-40.6645

#b422ad color RGB value is (180,34,173).

#b422ad hex color red value is 180, green value is 34 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b422ad hue: 0.84 , saturation: 0.68 and the lightness value of b422ad is 0.42.

The process color (four color CMYK) of #b422ad color hex is 0.00, 0.81, 0.04, 0.29. Web safe color of #b422ad is #cc3399. Color #b422ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100010 10101101
Octal 264 42 255
Decimal 180 34 173
Hex B4 22 AD

RGB Percentages of Color #b422ad

%46.51
%8.79
%44.70

CMYK Percentages of Color #b422ad

%0
%81
%4
%29

Triadic Colors of #b422ad

#b422ad #adb422 #22adb4

Analogous Colors of #b422ad

#b422ad #b42264 #7222b4

Monochromatic Colors of #b422ad

#b422ad

Complementary Color

#b422ad #22b429

#b422ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b422ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b422ad Color CSS Codes

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

#b422ad Text Font Color

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

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


#b422ad Background Color

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

This div background color is #b422ad


#b422ad Border Color

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

This div border color is #b422ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b422ad


Comments

No comments written yet.

Please login to write comment.