Color Hex Logo

#b5adfc Color Hex

#B5ADFC
(181,173,252)
0 Favorites   0 Comments

Color spaces of #b5adfc

RGB 181173252
HSL0.680.930.83
HSV246°31°99°
CMYK 0.280.310.00   0.01
XYZ51.570346.739298.3990
Yxy46.73920.26220.2376
Hunter Lab68.366115.0065-37.4796
CIE-Lab74.022619.7806-38.1516

#b5adfc color RGB value is (181,173,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101101 11111100
Octal 265 255 374
Decimal 181 173 252
Hex B5 AD FC

RGB Percentages of Color #b5adfc

%29.87
%28.55
%41.58

CMYK Percentages of Color #b5adfc

%28
%31
%0
%1

Triadic Colors of #b5adfc

#b5adfc #fcb5ad #adfcb5

Analogous Colors of #b5adfc

#b5adfc #ddadfc #adcdfc

Monochromatic Colors of #b5adfc

#b5adfc

Complementary Color

#b5adfc #f4fcad

#b5adfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5adfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5adfc Color CSS Codes

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

#b5adfc Text Font Color

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

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


#b5adfc Background Color

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

This div background color is #b5adfc


#b5adfc Border Color

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

This div border color is #b5adfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5adfc

Related Colors


Comments

No comments written yet.

Please login to write comment.