Color Hex Logo

#bfa8eb Color Hex

#BFA8EB
(191,168,235)
0 Favorites   0 Comments

Color spaces of #bfa8eb

RGB 191168235
HSL0.720.630.79
HSV261°29°92°
CMYK 0.190.290.00   0.08
XYZ50.483945.079884.6377
Yxy45.07980.28020.2502
Hunter Lab67.141516.7171-27.7412
CIE-Lab72.944421.5442-30.5403

#bfa8eb color RGB value is (191,168,235).

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

The process color (four color CMYK) of #bfa8eb color hex is 0.19, 0.29, 0.00, 0.08. Web safe color of #bfa8eb is #cc99ff. Color #bfa8eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101000 11101011
Octal 277 250 353
Decimal 191 168 235
Hex BF A8 EB

RGB Percentages of Color #bfa8eb

%32.15
%28.28
%39.56

CMYK Percentages of Color #bfa8eb

%19
%29
%0
%8

Triadic Colors of #bfa8eb

#bfa8eb #ebbfa8 #a8ebbf

Analogous Colors of #bfa8eb

#bfa8eb #e1a8eb #a8b3eb

Monochromatic Colors of #bfa8eb

#bfa8eb

Complementary Color

#bfa8eb #d4eba8

#bfa8eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa8eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa8eb Color CSS Codes

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

#bfa8eb Text Font Color

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

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


#bfa8eb Background Color

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

This div background color is #bfa8eb


#bfa8eb Border Color

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

This div border color is #bfa8eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa8eb


Comments

No comments written yet.

Please login to write comment.