Color Hex Logo

#b974ad Color Hex

#B974AD
(185,116,173)
0 Favorites   0 Comments

Color spaces of #b974ad

RGB 185116173
HSL0.860.330.59
HSV310°37°73°
CMYK 0.000.370.06   0.27
XYZ33.795825.822242.7381
Yxy25.82220.33020.2523
Hunter Lab50.815529.7874-14.2946
CIE-Lab57.867935.8280-19.0777

#b974ad color RGB value is (185,116,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110100 10101101
Octal 271 164 255
Decimal 185 116 173
Hex B9 74 AD

RGB Percentages of Color #b974ad

%39.03
%24.47
%36.50

CMYK Percentages of Color #b974ad

%0
%37
%6
%27

Triadic Colors of #b974ad

#b974ad #adb974 #74adb9

Analogous Colors of #b974ad

#b974ad #b9748b #a374b9

Monochromatic Colors of #b974ad

#b974ad

Complementary Color

#b974ad #74b980

#b974ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b974ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b974ad Color CSS Codes

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

#b974ad Text Font Color

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

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


#b974ad Background Color

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

This div background color is #b974ad


#b974ad Border Color

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

This div border color is #b974ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b974ad


Comments

No comments written yet.

Please login to write comment.