Color Hex Logo

#b1afdf Color Hex

#B1AFDF
(177,175,223)
0 Favorites   0 Comments

Color spaces of #b1afdf

RGB 177175223
HSL0.670.430.78
HSV243°22°87°
CMYK 0.210.220.00   0.13
XYZ46.780745.334876.0969
Yxy45.33480.27810.2695
Hunter Lab67.33116.1898-19.8771
CIE-Lab73.111810.6692-23.8456

#b1afdf color RGB value is (177,175,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10101111 11011111
Octal 261 257 337
Decimal 177 175 223
Hex B1 AF DF

RGB Percentages of Color #b1afdf

%30.78
%30.43
%38.78

CMYK Percentages of Color #b1afdf

%21
%22
%0
%13

Triadic Colors of #b1afdf

#b1afdf #dfb1af #afdfb1

Analogous Colors of #b1afdf

#b1afdf #c9afdf #afc5df

Monochromatic Colors of #b1afdf

#b1afdf

Complementary Color

#b1afdf #dddfaf

#b1afdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1afdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1afdf Color CSS Codes

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

#b1afdf Text Font Color

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

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


#b1afdf Background Color

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

This div background color is #b1afdf


#b1afdf Border Color

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

This div border color is #b1afdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1afdf


Comments

No comments written yet.

Please login to write comment.