Color Hex Logo

#b975ac Color Hex

#B975AC
(185,117,172)
0 Favorites   0 Comments

Color spaces of #b975ac

RGB 185117172
HSL0.870.330.59
HSV311°37°73°
CMYK 0.000.370.07   0.27
XYZ33.815326.015442.2689
Yxy26.01540.33120.2548
Hunter Lab51.005329.0820-13.4309
CIE-Lab58.051735.1040-18.2230

#b975ac color RGB value is (185,117,172).

#b975ac hex color red value is 185, green value is 117 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b975ac hue: 0.87 , saturation: 0.33 and the lightness value of b975ac is 0.59.

The process color (four color CMYK) of #b975ac color hex is 0.00, 0.37, 0.07, 0.27. Web safe color of #b975ac is #cc6699. Color #b975ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110101 10101100
Octal 271 165 254
Decimal 185 117 172
Hex B9 75 AC

RGB Percentages of Color #b975ac

%39.03
%24.68
%36.29

CMYK Percentages of Color #b975ac

%0
%37
%7
%27

Triadic Colors of #b975ac

#b975ac #acb975 #75acb9

Analogous Colors of #b975ac

#b975ac #b9758a #a475b9

Monochromatic Colors of #b975ac

#b975ac

Complementary Color

#b975ac #75b982

#b975ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b975ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b975ac Color CSS Codes

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

#b975ac Text Font Color

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

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


#b975ac Background Color

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

This div background color is #b975ac


#b975ac Border Color

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

This div border color is #b975ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,117,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b975ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b975ac


Comments

No comments written yet.

Please login to write comment.