Color Hex Logo

#b389ae Color Hex

#B389AE
(179,137,174)
0 Favorites   0 Comments

Color spaces of #b389ae

RGB 179137174
HSL0.850.220.62
HSV307°23°70°
CMYK 0.000.230.03   0.30
XYZ35.176030.531044.0835
Yxy30.53100.32040.2781
Hunter Lab55.254916.9395-8.6244
CIE-Lab62.109722.3022-13.2850

#b389ae color RGB value is (179,137,174).

#b389ae hex color red value is 179, green value is 137 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b389ae hue: 0.85 , saturation: 0.22 and the lightness value of b389ae is 0.62.

The process color (four color CMYK) of #b389ae color hex is 0.00, 0.23, 0.03, 0.30. Web safe color of #b389ae is #cc9999. Color #b389ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001001 10101110
Octal 263 211 256
Decimal 179 137 174
Hex B3 89 AE

RGB Percentages of Color #b389ae

%36.53
%27.96
%35.51

CMYK Percentages of Color #b389ae

%0
%23
%3
%30

Triadic Colors of #b389ae

#b389ae #aeb389 #89aeb3

Analogous Colors of #b389ae

#b389ae #b38999 #a389b3

Monochromatic Colors of #b389ae

#b389ae

Complementary Color

#b389ae #89b38e

#b389ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b389ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b389ae Color CSS Codes

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

#b389ae Text Font Color

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

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


#b389ae Background Color

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

This div background color is #b389ae


#b389ae Border Color

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

This div border color is #b389ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b389ae


Comments

No comments written yet.

Please login to write comment.