Color Hex Logo

#b162ad Color Hex

#B162AD
(177,98,173)
0 Favorites   0 Comments

Color spaces of #b162ad

RGB 17798173
HSL0.840.340.54
HSV303°45°69°
CMYK 0.000.450.02   0.31
XYZ30.042021.099642.0244
Yxy21.09960.32250.2265
Hunter Lab45.934336.3577-22.0893
CIE-Lab53.058342.9260-26.5504

#b162ad color RGB value is (177,98,173).

#b162ad hex color red value is 177, green value is 98 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b162ad hue: 0.84 , saturation: 0.34 and the lightness value of b162ad is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01100010 10101101
Octal 261 142 255
Decimal 177 98 173
Hex B1 62 AD

RGB Percentages of Color #b162ad

%39.51
%21.88
%38.62

CMYK Percentages of Color #b162ad

%0
%45
%2
%31

Triadic Colors of #b162ad

#b162ad #adb162 #62adb1

Analogous Colors of #b162ad

#b162ad #b16286 #8e62b1

Monochromatic Colors of #b162ad

#b162ad

Complementary Color

#b162ad #62b166

#b162ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b162ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b162ad Color CSS Codes

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

#b162ad Text Font Color

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

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


#b162ad Background Color

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

This div background color is #b162ad


#b162ad Border Color

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

This div border color is #b162ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b162ad


Comments

No comments written yet.

Please login to write comment.