Color Hex Logo

#bfaff4 Color Hex

#BFAFF4
(191,175,244)
0 Favorites   0 Comments

Color spaces of #bfaff4

RGB 191175244
HSL0.710.760.82
HSV254°28°96°
CMYK 0.220.280.00   0.04
XYZ53.145048.268092.1036
Yxy48.26800.27460.2494
Hunter Lab69.475214.9619-29.9684
CIE-Lab74.993719.7045-32.2626

#bfaff4 color RGB value is (191,175,244).

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

The process color (four color CMYK) of #bfaff4 color hex is 0.22, 0.28, 0.00, 0.04. Web safe color of #bfaff4 is #cc99ff. Color #bfaff4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101111 11110100
Octal 277 257 364
Decimal 191 175 244
Hex BF AF F4

RGB Percentages of Color #bfaff4

%31.31
%28.69
%40.00

CMYK Percentages of Color #bfaff4

%22
%28
%0
%4

Triadic Colors of #bfaff4

#bfaff4 #f4bfaf #aff4bf

Analogous Colors of #bfaff4

#bfaff4 #e2aff4 #afc2f4

Monochromatic Colors of #bfaff4

#bfaff4

Complementary Color

#bfaff4 #e4f4af

#bfaff4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfaff4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfaff4 Color CSS Codes

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

#bfaff4 Text Font Color

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

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


#bfaff4 Background Color

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

This div background color is #bfaff4


#bfaff4 Border Color

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

This div border color is #bfaff4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfaff4


Comments

No comments written yet.

Please login to write comment.