Color Hex Logo

#b494ae Color Hex

#B494AE
(180,148,174)
0 Favorites   0 Comments

Color spaces of #b494ae

RGB 180148174
HSL0.860.180.64
HSV311°18°71°
CMYK 0.000.180.03   0.29
XYZ37.052333.939144.6424
Yxy33.93910.32040.2935
Hunter Lab58.257311.5778-4.6537
CIE-Lab64.914216.4864-9.0723

#b494ae color RGB value is (180,148,174).

#b494ae hex color red value is 180, green value is 148 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b494ae hue: 0.86 , saturation: 0.18 and the lightness value of b494ae is 0.64.

The process color (four color CMYK) of #b494ae color hex is 0.00, 0.18, 0.03, 0.29. Web safe color of #b494ae is #cc9999. Color #b494ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010100 10101110
Octal 264 224 256
Decimal 180 148 174
Hex B4 94 AE

RGB Percentages of Color #b494ae

%35.86
%29.48
%34.66

CMYK Percentages of Color #b494ae

%0
%18
%3
%29

Triadic Colors of #b494ae

#b494ae #aeb494 #94aeb4

Analogous Colors of #b494ae

#b494ae #b4949e #aa94b4

Monochromatic Colors of #b494ae

#b494ae

Complementary Color

#b494ae #94b49a

#b494ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b494ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b494ae Color CSS Codes

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

#b494ae Text Font Color

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

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


#b494ae Background Color

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

This div background color is #b494ae


#b494ae Border Color

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

This div border color is #b494ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b494ae


Comments

No comments written yet.

Please login to write comment.