Color Hex Logo

#b9afcf Color Hex

#B9AFCF
(185,175,207)
0 Favorites   0 Comments

Color spaces of #b9afcf

RGB 185175207
HSL0.720.250.75
HSV259°15°81°
CMYK 0.110.150.00   0.19
XYZ46.600045.479265.3538
Yxy45.47920.29600.2889
Hunter Lab67.43835.3269-10.2506
CIE-Lab73.20639.7529-14.9032

#b9afcf color RGB value is (185,175,207).

#b9afcf hex color red value is 185, green value is 175 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b9afcf hue: 0.72 , saturation: 0.25 and the lightness value of b9afcf is 0.75.

The process color (four color CMYK) of #b9afcf color hex is 0.11, 0.15, 0.00, 0.19. Web safe color of #b9afcf is #cc99cc. Color #b9afcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10101111 11001111
Octal 271 257 317
Decimal 185 175 207
Hex B9 AF CF

RGB Percentages of Color #b9afcf

%32.63
%30.86
%36.51

CMYK Percentages of Color #b9afcf

%11
%15
%0
%19

Triadic Colors of #b9afcf

#b9afcf #cfb9af #afcfb9

Analogous Colors of #b9afcf

#b9afcf #c9afcf #afb5cf

Monochromatic Colors of #b9afcf

#b9afcf

Complementary Color

#b9afcf #c5cfaf

#b9afcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9afcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9afcf Color CSS Codes

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

#b9afcf Text Font Color

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

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


#b9afcf Background Color

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

This div background color is #b9afcf


#b9afcf Border Color

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

This div border color is #b9afcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,175,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9afcf


Comments

No comments written yet.

Please login to write comment.