Color Hex Logo

#b1a3dd Color Hex

#B1A3DD
(177,163,221)
0 Favorites   0 Comments

Color spaces of #b1a3dd

RGB 177163221
HSL0.710.460.75
HSV254°26°87°
CMYK 0.200.260.00   0.13
XYZ44.279840.762073.9407
Yxy40.76200.27850.2564
Hunter Lab63.845112.0697-23.9737
CIE-Lab70.008916.8799-27.5031

#b1a3dd color RGB value is (177,163,221).

#b1a3dd hex color red value is 177, green value is 163 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b1a3dd hue: 0.71 , saturation: 0.46 and the lightness value of b1a3dd is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10100011 11011101
Octal 261 243 335
Decimal 177 163 221
Hex B1 A3 DD

RGB Percentages of Color #b1a3dd

%31.55
%29.06
%39.39

CMYK Percentages of Color #b1a3dd

%20
%26
%0
%13

Triadic Colors of #b1a3dd

#b1a3dd #ddb1a3 #a3ddb1

Analogous Colors of #b1a3dd

#b1a3dd #cea3dd #a3b2dd

Monochromatic Colors of #b1a3dd

#b1a3dd

Complementary Color

#b1a3dd #cfdda3

#b1a3dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1a3dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1a3dd Color CSS Codes

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

#b1a3dd Text Font Color

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

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


#b1a3dd Background Color

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

This div background color is #b1a3dd


#b1a3dd Border Color

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

This div border color is #b1a3dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1a3dd


Comments

No comments written yet.

Please login to write comment.