Color Hex Logo

#b493ab Color Hex

#B493AB
(180,147,171)
0 Favorites   0 Comments

Color spaces of #b493ab

RGB 180147171
HSL0.880.180.64
HSV316°18°71°
CMYK 0.000.180.05   0.29
XYZ36.606833.511043.0670
Yxy33.51100.32340.2961
Hunter Lab57.888711.5720-3.5874
CIE-Lab64.572616.4892-7.8927

#b493ab color RGB value is (180,147,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010011 10101011
Octal 264 223 253
Decimal 180 147 171
Hex B4 93 AB

RGB Percentages of Color #b493ab

%36.14
%29.52
%34.34

CMYK Percentages of Color #b493ab

%0
%18
%5
%29

Triadic Colors of #b493ab

#b493ab #abb493 #93abb4

Analogous Colors of #b493ab

#b493ab #b4939b #ad93b4

Monochromatic Colors of #b493ab

#b493ab

Complementary Color

#b493ab #93b49c

#b493ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b493ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b493ab Color CSS Codes

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

#b493ab Text Font Color

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

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


#b493ab Background Color

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

This div background color is #b493ab


#b493ab Border Color

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

This div border color is #b493ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,147,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b493ab


Comments

No comments written yet.

Please login to write comment.