Color Hex Logo

#bfa7eb Color Hex

#BFA7EB
(191,167,235)
0 Favorites   0 Comments

Color spaces of #bfa7eb

RGB 191167235
HSL0.730.630.79
HSV261°29°92°
CMYK 0.190.290.00   0.08
XYZ50.300044.712084.5764
Yxy44.71200.28010.2490
Hunter Lab66.867017.2574-28.1857
CIE-Lab72.701922.0974-30.9141

#bfa7eb color RGB value is (191,167,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100111 11101011
Octal 277 247 353
Decimal 191 167 235
Hex BF A7 EB

RGB Percentages of Color #bfa7eb

%32.21
%28.16
%39.63

CMYK Percentages of Color #bfa7eb

%19
%29
%0
%8

Triadic Colors of #bfa7eb

#bfa7eb #ebbfa7 #a7ebbf

Analogous Colors of #bfa7eb

#bfa7eb #e1a7eb #a7b1eb

Monochromatic Colors of #bfa7eb

#bfa7eb

Complementary Color

#bfa7eb #d3eba7

#bfa7eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa7eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa7eb Color CSS Codes

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

#bfa7eb Text Font Color

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

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


#bfa7eb Background Color

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

This div background color is #bfa7eb


#bfa7eb Border Color

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

This div border color is #bfa7eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa7eb


Comments

No comments written yet.

Please login to write comment.