Color Hex Logo

#b170ad Color Hex

#B170AD
(177,112,173)
0 Favorites   0 Comments

Color spaces of #b170ad

RGB 177112173
HSL0.840.290.57
HSV304°37°69°
CMYK 0.000.370.02   0.31
XYZ31.468523.952642.4999
Yxy23.95260.32140.2446
Hunter Lab48.941429.1251-17.2275
CIE-Lab56.040335.3804-21.9562

#b170ad color RGB value is (177,112,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110000 10101101
Octal 261 160 255
Decimal 177 112 173
Hex B1 70 AD

RGB Percentages of Color #b170ad

%38.31
%24.24
%37.45

CMYK Percentages of Color #b170ad

%0
%37
%2
%31

Triadic Colors of #b170ad

#b170ad #adb170 #70adb1

Analogous Colors of #b170ad

#b170ad #b1708d #9570b1

Monochromatic Colors of #b170ad

#b170ad

Complementary Color

#b170ad #70b174

#b170ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b170ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b170ad Color CSS Codes

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

#b170ad Text Font Color

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

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


#b170ad Background Color

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

This div background color is #b170ad


#b170ad Border Color

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

This div border color is #b170ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b170ad


Comments

No comments written yet.

Please login to write comment.