Color Hex Logo

#b980ae Color Hex

#B980AE
(185,128,174)
0 Favorites   0 Comments

Color spaces of #b980ae

RGB 185128174
HSL0.870.290.61
HSV312°31°73°
CMYK 0.000.310.06   0.27
XYZ35.366728.808643.7410
Yxy28.80860.32770.2670
Hunter Lab53.673623.6886-10.7465
CIE-Lab60.612329.4040-15.4825

#b980ae color RGB value is (185,128,174).

#b980ae hex color red value is 185, green value is 128 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b980ae hue: 0.87 , saturation: 0.29 and the lightness value of b980ae is 0.61.

The process color (four color CMYK) of #b980ae color hex is 0.00, 0.31, 0.06, 0.27. Web safe color of #b980ae is #cc9999. Color #b980ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000000 10101110
Octal 271 200 256
Decimal 185 128 174
Hex B9 80 AE

RGB Percentages of Color #b980ae

%37.99
%26.28
%35.73

CMYK Percentages of Color #b980ae

%0
%31
%6
%27

Triadic Colors of #b980ae

#b980ae #aeb980 #80aeb9

Analogous Colors of #b980ae

#b980ae #b98092 #a880b9

Monochromatic Colors of #b980ae

#b980ae

Complementary Color

#b980ae #80b98b

#b980ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b980ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b980ae Color CSS Codes

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

#b980ae Text Font Color

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

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


#b980ae Background Color

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

This div background color is #b980ae


#b980ae Border Color

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

This div border color is #b980ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b980ae


Comments

No comments written yet.

Please login to write comment.