Color Hex Logo

#b3abdc Color Hex

#B3ABDC
(179,171,220)
0 Favorites   0 Comments

Color spaces of #b3abdc

RGB 179171220
HSL0.690.410.77
HSV250°22°86°
CMYK 0.190.220.00   0.14
XYZ46.071643.876873.7510
Yxy43.87680.28140.2680
Hunter Lab66.23968.2329-19.6457
CIE-Lab72.146112.8270-23.6677

#b3abdc color RGB value is (179,171,220).

#b3abdc hex color red value is 179, green value is 171 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b3abdc hue: 0.69 , saturation: 0.41 and the lightness value of b3abdc is 0.77.

The process color (four color CMYK) of #b3abdc color hex is 0.19, 0.22, 0.00, 0.14. Web safe color of #b3abdc is #cc99cc. Color #b3abdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10101011 11011100
Octal 263 253 334
Decimal 179 171 220
Hex B3 AB DC

RGB Percentages of Color #b3abdc

%31.40
%30.00
%38.60

CMYK Percentages of Color #b3abdc

%19
%22
%0
%14

Triadic Colors of #b3abdc

#b3abdc #dcb3ab #abdcb3

Analogous Colors of #b3abdc

#b3abdc #ccabdc #abbcdc

Monochromatic Colors of #b3abdc

#b3abdc

Complementary Color

#b3abdc #d4dcab

#b3abdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3abdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3abdc Color CSS Codes

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

#b3abdc Text Font Color

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

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


#b3abdc Background Color

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

This div background color is #b3abdc


#b3abdc Border Color

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

This div border color is #b3abdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3abdc

#b3abdc Color Palettes


Comments

No comments written yet.

Please login to write comment.