Color Hex Logo

#bfaff7 Color Hex

#BFAFF7
(191,175,247)
0 Favorites   0 Comments

Color spaces of #bfaff7

RGB 191175247
HSL0.700.820.83
HSV253°29°97°
CMYK 0.230.290.00   0.03
XYZ53.604348.451794.5225
Yxy48.45170.27270.2465
Hunter Lab69.607315.6495-31.7872
CIE-Lab75.108920.3908-33.7054

#bfaff7 color RGB value is (191,175,247).

#bfaff7 hex color red value is 191, green value is 175 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #bfaff7 hue: 0.70 , saturation: 0.82 and the lightness value of bfaff7 is 0.83.

The process color (four color CMYK) of #bfaff7 color hex is 0.23, 0.29, 0.00, 0.03. Web safe color of #bfaff7 is #cc99ff. Color #bfaff7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101111 11110111
Octal 277 257 367
Decimal 191 175 247
Hex BF AF F7

RGB Percentages of Color #bfaff7

%31.16
%28.55
%40.29

CMYK Percentages of Color #bfaff7

%23
%29
%0
%3

Triadic Colors of #bfaff7

#bfaff7 #f7bfaf #aff7bf

Analogous Colors of #bfaff7

#bfaff7 #e3aff7 #afc3f7

Monochromatic Colors of #bfaff7

#bfaff7

Complementary Color

#bfaff7 #e7f7af

#bfaff7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfaff7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfaff7 Color CSS Codes

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

#bfaff7 Text Font Color

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

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


#bfaff7 Background Color

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

This div background color is #bfaff7


#bfaff7 Border Color

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

This div border color is #bfaff7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfaff7


Comments

No comments written yet.

Please login to write comment.