Color Hex Logo

#b990ae Color Hex

#B990AE
(185,144,174)
0 Favorites   0 Comments

Color spaces of #b990ae

RGB 185144174
HSL0.880.230.65
HSV316°22°73°
CMYK 0.000.220.06   0.27
XYZ37.620833.316844.4924
Yxy33.31680.32590.2886
Hunter Lab57.720715.3302-5.2976
CIE-Lab64.416620.4898-9.7637

#b990ae color RGB value is (185,144,174).

#b990ae hex color red value is 185, green value is 144 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b990ae hue: 0.88 , saturation: 0.23 and the lightness value of b990ae is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010000 10101110
Octal 271 220 256
Decimal 185 144 174
Hex B9 90 AE

RGB Percentages of Color #b990ae

%36.78
%28.63
%34.59

CMYK Percentages of Color #b990ae

%0
%22
%6
%27

Triadic Colors of #b990ae

#b990ae #aeb990 #90aeb9

Analogous Colors of #b990ae

#b990ae #b9909a #b090b9

Monochromatic Colors of #b990ae

#b990ae

Complementary Color

#b990ae #90b99b

#b990ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b990ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b990ae Color CSS Codes

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

#b990ae Text Font Color

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

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


#b990ae Background Color

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

This div background color is #b990ae


#b990ae Border Color

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

This div border color is #b990ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b990ae


Comments

No comments written yet.

Please login to write comment.