Color Hex Logo

#b5adfb Color Hex

#B5ADFB
(181,173,251)
0 Favorites   0 Comments

Color spaces of #b5adfb

RGB 181173251
HSL0.680.910.83
HSV246°31°98°
CMYK 0.280.310.00   0.02
XYZ51.412246.675997.5664
Yxy46.67590.26280.2386
Hunter Lab68.319814.7658-36.8473
CIE-Lab73.982019.5387-37.6748

#b5adfb color RGB value is (181,173,251).

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

The process color (four color CMYK) of #b5adfb color hex is 0.28, 0.31, 0.00, 0.02. Web safe color of #b5adfb is #cc99ff. Color #b5adfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101101 11111011
Octal 265 255 373
Decimal 181 173 251
Hex B5 AD FB

RGB Percentages of Color #b5adfb

%29.92
%28.60
%41.49

CMYK Percentages of Color #b5adfb

%28
%31
%0
%2

Triadic Colors of #b5adfb

#b5adfb #fbb5ad #adfbb5

Analogous Colors of #b5adfb

#b5adfb #dcadfb #adccfb

Monochromatic Colors of #b5adfb

#b5adfb

Complementary Color

#b5adfb #f3fbad

#b5adfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5adfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5adfb Color CSS Codes

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

#b5adfb Text Font Color

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

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


#b5adfb Background Color

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

This div background color is #b5adfb


#b5adfb Border Color

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

This div border color is #b5adfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5adfb


Comments

No comments written yet.

Please login to write comment.