Color Hex Logo

#bface9 Color Hex

#BFACE9
(191,172,233)
0 Favorites   0 Comments

Color spaces of #bface9

RGB 191172233
HSL0.720.580.79
HSV259°26°91°
CMYK 0.180.260.00   0.09
XYZ50.946446.464683.3742
Yxy46.46460.28180.2570
Hunter Lab68.164914.1220-24.8036
CIE-Lab73.846018.8908-28.0662

#bface9 color RGB value is (191,172,233).

#bface9 hex color red value is 191, green value is 172 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #bface9 hue: 0.72 , saturation: 0.58 and the lightness value of bface9 is 0.79.

The process color (four color CMYK) of #bface9 color hex is 0.18, 0.26, 0.00, 0.09. Web safe color of #bface9 is #cc99ff. Color #bface9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101100 11101001
Octal 277 254 351
Decimal 191 172 233
Hex BF AC E9

RGB Percentages of Color #bface9

%32.05
%28.86
%39.09

CMYK Percentages of Color #bface9

%18
%26
%0
%9

Triadic Colors of #bface9

#bface9 #e9bfac #ace9bf

Analogous Colors of #bface9

#bface9 #deace9 #acb8e9

Monochromatic Colors of #bface9

#bface9

Complementary Color

#bface9 #d6e9ac

#bface9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bface9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bface9 Color CSS Codes

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

#bface9 Text Font Color

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

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


#bface9 Background Color

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

This div background color is #bface9


#bface9 Border Color

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

This div border color is #bface9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,172,233, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bface9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bface9;
  -webkit-box-shadow: 1px 1px 3px 2px #bface9;
  box-shadow:         1px 1px 3px 2px #bface9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,172,233, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bface9


Comments

No comments written yet.

Please login to write comment.