Color Hex Logo

#b4adf9 Color Hex

#B4ADF9
(180,173,249)
0 Favorites   0 Comments

Color spaces of #b4adf9

RGB 180173249
HSL0.680.860.83
HSV246°31°98°
CMYK 0.280.310.00   0.02
XYZ50.864846.430095.9035
Yxy46.43000.26330.2403
Hunter Lab68.139614.0024-35.7504
CIE-Lab73.823718.7700-36.8460

#b4adf9 color RGB value is (180,173,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10101101 11111001
Octal 264 255 371
Decimal 180 173 249
Hex B4 AD F9

RGB Percentages of Color #b4adf9

%29.90
%28.74
%41.36

CMYK Percentages of Color #b4adf9

%28
%31
%0
%2

Triadic Colors of #b4adf9

#b4adf9 #f9b4ad #adf9b4

Analogous Colors of #b4adf9

#b4adf9 #daadf9 #adccf9

Monochromatic Colors of #b4adf9

#b4adf9

Complementary Color

#b4adf9 #f2f9ad

#b4adf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4adf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4adf9 Color CSS Codes

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

#b4adf9 Text Font Color

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

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


#b4adf9 Background Color

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

This div background color is #b4adf9


#b4adf9 Border Color

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

This div border color is #b4adf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4adf9


Comments

No comments written yet.

Please login to write comment.