Color Hex Logo

#b4adfa Color Hex

#B4ADFA
(180,173,250)
0 Favorites   0 Comments

Color spaces of #b4adfa

RGB 180173250
HSL0.680.890.83
HSV245°31°98°
CMYK 0.280.310.00   0.02
XYZ51.021346.492696.7273
Yxy46.49260.26270.2394
Hunter Lab68.185514.2420-36.3784
CIE-Lab73.864019.0120-37.3238

#b4adfa color RGB value is (180,173,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10101101 11111010
Octal 264 255 372
Decimal 180 173 250
Hex B4 AD FA

RGB Percentages of Color #b4adfa

%29.85
%28.69
%41.46

CMYK Percentages of Color #b4adfa

%28
%31
%0
%2

Triadic Colors of #b4adfa

#b4adfa #fab4ad #adfab4

Analogous Colors of #b4adfa

#b4adfa #dbadfa #adcdfa

Monochromatic Colors of #b4adfa

#b4adfa

Complementary Color

#b4adfa #f3faad

#b4adfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4adfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4adfa Color CSS Codes

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

#b4adfa Text Font Color

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

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


#b4adfa Background Color

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

This div background color is #b4adfa


#b4adfa Border Color

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

This div border color is #b4adfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4adfa

Related Colors


Comments

No comments written yet.

Please login to write comment.