Color Hex Logo

#b2adfc Color Hex

#B2ADFC
(178,173,252)
0 Favorites   0 Comments

Color spaces of #b2adfc

RGB 178173252
HSL0.680.930.83
HSV244°31°99°
CMYK 0.290.310.00   0.01
XYZ50.874446.380498.3664
Yxy46.38040.26010.2371
Hunter Lab68.103214.1625-37.9647
CIE-Lab73.791718.9334-38.5285

#b2adfc color RGB value is (178,173,252).

#b2adfc hex color red value is 178, green value is 173 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b2adfc hue: 0.68 , saturation: 0.93 and the lightness value of b2adfc is 0.83.

The process color (four color CMYK) of #b2adfc color hex is 0.29, 0.31, 0.00, 0.01. Web safe color of #b2adfc is #9999ff. Color #b2adfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101101 11111100
Octal 262 255 374
Decimal 178 173 252
Hex B2 AD FC

RGB Percentages of Color #b2adfc

%29.52
%28.69
%41.79

CMYK Percentages of Color #b2adfc

%29
%31
%0
%1

Triadic Colors of #b2adfc

#b2adfc #fcb2ad #adfcb2

Analogous Colors of #b2adfc

#b2adfc #daadfc #add0fc

Monochromatic Colors of #b2adfc

#b2adfc

Complementary Color

#b2adfc #f7fcad

#b2adfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2adfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2adfc Color CSS Codes

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

#b2adfc Text Font Color

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

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


#b2adfc Background Color

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

This div background color is #b2adfc


#b2adfc Border Color

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

This div border color is #b2adfc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,173,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2adfc


Comments

No comments written yet.

Please login to write comment.