Color Hex Logo

#b5adfa Color Hex

#B5ADFA
(181,173,250)
0 Favorites   0 Comments

Color spaces of #b5adfa

RGB 181173250
HSL0.680.890.83
HSV246°31°98°
CMYK 0.280.310.00   0.02
XYZ51.254946.613096.7383
Yxy46.61300.26340.2395
Hunter Lab68.273714.5257-36.2175
CIE-Lab73.941519.2971-37.1975

#b5adfa color RGB value is (181,173,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101101 11111010
Octal 265 255 372
Decimal 181 173 250
Hex B5 AD FA

RGB Percentages of Color #b5adfa

%29.97
%28.64
%41.39

CMYK Percentages of Color #b5adfa

%28
%31
%0
%2

Triadic Colors of #b5adfa

#b5adfa #fab5ad #adfab5

Analogous Colors of #b5adfa

#b5adfa #dcadfa #adccfa

Monochromatic Colors of #b5adfa

#b5adfa

Complementary Color

#b5adfa #f2faad

#b5adfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5adfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5adfa Color CSS Codes

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

#b5adfa Text Font Color

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

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


#b5adfa Background Color

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

This div background color is #b5adfa


#b5adfa Border Color

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

This div border color is #b5adfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5adfa

Related Colors


Comments

No comments written yet.

Please login to write comment.