Color Hex Logo

#b293ab Color Hex

#B293AB
(178,147,171)
0 Favorites   0 Comments

Color spaces of #b293ab

RGB 178147171
HSL0.870.170.64
HSV314°17°70°
CMYK 0.000.170.04   0.30
XYZ36.144533.272743.0453
Yxy33.27270.32140.2959
Hunter Lab57.682510.9057-3.8671
CIE-Lab64.381115.7765-8.1981

#b293ab color RGB value is (178,147,171).

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

The process color (four color CMYK) of #b293ab color hex is 0.00, 0.17, 0.04, 0.30. Web safe color of #b293ab is #999999. Color #b293ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010011 10101011
Octal 262 223 253
Decimal 178 147 171
Hex B2 93 AB

RGB Percentages of Color #b293ab

%35.89
%29.64
%34.48

CMYK Percentages of Color #b293ab

%0
%17
%4
%30

Triadic Colors of #b293ab

#b293ab #abb293 #93abb2

Analogous Colors of #b293ab

#b293ab #b2939c #aa93b2

Monochromatic Colors of #b293ab

#b293ab

Complementary Color

#b293ab #93b29a

#b293ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b293ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b293ab Color CSS Codes

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

#b293ab Text Font Color

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

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


#b293ab Background Color

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

This div background color is #b293ab


#b293ab Border Color

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

This div border color is #b293ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b293ab


Comments

No comments written yet.

Please login to write comment.