Color Hex Logo

#b175ad Color Hex

#B175AD
(177,117,173)
0 Favorites   0 Comments

Color spaces of #b175ad

RGB 177117173
HSL0.840.280.58
HSV304°34°69°
CMYK 0.000.340.02   0.31
XYZ32.035625.086842.6889
Yxy25.08680.32100.2513
Hunter Lab50.086726.5173-15.4721
CIE-Lab57.159932.6200-20.2422

#b175ad color RGB value is (177,117,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110101 10101101
Octal 261 165 255
Decimal 177 117 173
Hex B1 75 AD

RGB Percentages of Color #b175ad

%37.90
%25.05
%37.04

CMYK Percentages of Color #b175ad

%0
%34
%2
%31

Triadic Colors of #b175ad

#b175ad #adb175 #75adb1

Analogous Colors of #b175ad

#b175ad #b1758f #9775b1

Monochromatic Colors of #b175ad

#b175ad

Complementary Color

#b175ad #75b179

#b175ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b175ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b175ad Color CSS Codes

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

#b175ad Text Font Color

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

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


#b175ad Background Color

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

This div background color is #b175ad


#b175ad Border Color

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

This div border color is #b175ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b175ad


Comments

No comments written yet.

Please login to write comment.