Color Hex Logo

#b594ae Color Hex

#B594AE
(181,148,174)
0 Favorites   0 Comments

Color spaces of #b594ae

RGB 181148174
HSL0.870.180.65
HSV313°18°71°
CMYK 0.000.180.04   0.29
XYZ37.285934.059644.6534
Yxy34.05960.32140.2936
Hunter Lab58.360611.9105-4.5121
CIE-Lab65.009916.8401-8.9196

#b594ae color RGB value is (181,148,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010100 10101110
Octal 265 224 256
Decimal 181 148 174
Hex B5 94 AE

RGB Percentages of Color #b594ae

%35.98
%29.42
%34.59

CMYK Percentages of Color #b594ae

%0
%18
%4
%29

Triadic Colors of #b594ae

#b594ae #aeb594 #94aeb5

Analogous Colors of #b594ae

#b594ae #b5949e #ac94b5

Monochromatic Colors of #b594ae

#b594ae

Complementary Color

#b594ae #94b59b

#b594ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b594ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b594ae Color CSS Codes

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

#b594ae Text Font Color

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

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


#b594ae Background Color

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

This div background color is #b594ae


#b594ae Border Color

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

This div border color is #b594ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b594ae


Comments

No comments written yet.

Please login to write comment.