Color Hex Logo

#bfadfa Color Hex

#BFADFA
(191,173,250)
0 Favorites   0 Comments

Color spaces of #bfadfa

RGB 191173250
HSL0.710.890.83
HSV254°31°98°
CMYK 0.240.310.00   0.02
XYZ53.684747.865696.8520
Yxy47.86560.27060.2413
Hunter Lab69.185017.4350-34.5706
CIE-Lab74.740122.1872-35.8960

#bfadfa color RGB value is (191,173,250).

#bfadfa hex color red value is 191, green value is 173 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #bfadfa hue: 0.71 , saturation: 0.89 and the lightness value of bfadfa is 0.83.

The process color (four color CMYK) of #bfadfa color hex is 0.24, 0.31, 0.00, 0.02. Web safe color of #bfadfa is #cc99ff. Color #bfadfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101101 11111010
Octal 277 255 372
Decimal 191 173 250
Hex BF AD FA

RGB Percentages of Color #bfadfa

%31.11
%28.18
%40.72

CMYK Percentages of Color #bfadfa

%24
%31
%0
%2

Triadic Colors of #bfadfa

#bfadfa #fabfad #adfabf

Analogous Colors of #bfadfa

#bfadfa #e6adfa #adc2fa

Monochromatic Colors of #bfadfa

#bfadfa

Complementary Color

#bfadfa #e8faad

#bfadfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfadfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfadfa Color CSS Codes

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

#bfadfa Text Font Color

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

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


#bfadfa Background Color

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

This div background color is #bfadfa


#bfadfa Border Color

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

This div border color is #bfadfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfadfa

Related Colors


Comments

No comments written yet.

Please login to write comment.