Color Hex Logo

#b1a5df Color Hex

#B1A5DF
(177,165,223)
0 Favorites   0 Comments

Color spaces of #b1a5df

RGB 177165223
HSL0.700.480.76
HSV252°26°87°
CMYK 0.210.260.00   0.13
XYZ44.905941.585175.4720
Yxy41.58510.27730.2568
Hunter Lab64.486511.4491-24.2497
CIE-Lab70.583916.2195-27.7168

#b1a5df color RGB value is (177,165,223).

#b1a5df hex color red value is 177, green value is 165 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b1a5df hue: 0.70 , saturation: 0.48 and the lightness value of b1a5df is 0.76.

The process color (four color CMYK) of #b1a5df color hex is 0.21, 0.26, 0.00, 0.13. Web safe color of #b1a5df is #9999cc. Color #b1a5df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10100101 11011111
Octal 261 245 337
Decimal 177 165 223
Hex B1 A5 DF

RGB Percentages of Color #b1a5df

%31.33
%29.20
%39.47

CMYK Percentages of Color #b1a5df

%21
%26
%0
%13

Triadic Colors of #b1a5df

#b1a5df #dfb1a5 #a5dfb1

Analogous Colors of #b1a5df

#b1a5df #cea5df #a5b6df

Monochromatic Colors of #b1a5df

#b1a5df

Complementary Color

#b1a5df #d3dfa5

#b1a5df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1a5df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1a5df Color CSS Codes

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

#b1a5df Text Font Color

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

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


#b1a5df Background Color

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

This div background color is #b1a5df


#b1a5df Border Color

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

This div border color is #b1a5df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,165,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b1a5df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b1a5df;
  -webkit-box-shadow: 1px 1px 3px 2px #b1a5df;
  box-shadow:         1px 1px 3px 2px #b1a5df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,165,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1a5df


Comments

No comments written yet.

Please login to write comment.