Color Hex Logo

#b4b4fa Color Hex

#B4B4FA
(180,180,250)
0 Favorites   0 Comments

Color spaces of #b4b4fa

RGB 180180250
HSL0.670.880.84
HSV240°28°98°
CMYK 0.280.280.00   0.02
XYZ52.399049.247997.1866
Yxy49.24790.26350.2477
Hunter Lab70.176810.4712-32.9858
CIE-Lab75.605315.1317-34.6255

#b4b4fa color RGB value is (180,180,250).

#b4b4fa hex color red value is 180, green value is 180 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b4b4fa hue: 0.67 , saturation: 0.88 and the lightness value of b4b4fa is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10110100 11111010
Octal 264 264 372
Decimal 180 180 250
Hex B4 B4 FA

RGB Percentages of Color #b4b4fa

%29.51
%29.51
%40.98

CMYK Percentages of Color #b4b4fa

%28
%28
%0
%2

Triadic Colors of #b4b4fa

#b4b4fa #fab4b4 #b4fab4

Analogous Colors of #b4b4fa

#b4b4fa #d7b4fa #b4d7fa

Monochromatic Colors of #b4b4fa

#b4b4fa

Complementary Color

#b4b4fa #fafab4

#b4b4fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4b4fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4b4fa Color CSS Codes

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

#b4b4fa Text Font Color

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

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


#b4b4fa Background Color

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

This div background color is #b4b4fa


#b4b4fa Border Color

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

This div border color is #b4b4fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4b4fa


Comments

No comments written yet.

Please login to write comment.