Color Hex Logo

#b1afdd Color Hex

#B1AFDD
(177,175,221)
0 Favorites   0 Comments

Color spaces of #b1afdd

RGB 177175221
HSL0.670.400.78
HSV243°21°87°
CMYK 0.200.210.00   0.13
XYZ46.512645.227574.6849
Yxy45.22750.27950.2718
Hunter Lab67.25145.7647-18.7675
CIE-Lab73.041410.2169-22.8623

#b1afdd color RGB value is (177,175,221).

#b1afdd hex color red value is 177, green value is 175 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b1afdd hue: 0.67 , saturation: 0.40 and the lightness value of b1afdd is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10101111 11011101
Octal 261 257 335
Decimal 177 175 221
Hex B1 AF DD

RGB Percentages of Color #b1afdd

%30.89
%30.54
%38.57

CMYK Percentages of Color #b1afdd

%20
%21
%0
%13

Triadic Colors of #b1afdd

#b1afdd #ddb1af #afddb1

Analogous Colors of #b1afdd

#b1afdd #c8afdd #afc4dd

Monochromatic Colors of #b1afdd

#b1afdd

Complementary Color

#b1afdd #dbddaf

#b1afdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1afdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1afdd Color CSS Codes

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

#b1afdd Text Font Color

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

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


#b1afdd Background Color

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

This div background color is #b1afdd


#b1afdd Border Color

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

This div border color is #b1afdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1afdd


Comments

No comments written yet.

Please login to write comment.