Color Hex Logo

#f6abfe Color Hex

#F6ABFE
(246,171,254)
0 Favorites   0 Comments

Color spaces of #f6abfe

RGB 246171254
HSL0.820.980.83
HSV294°33°100°
CMYK 0.030.330.00   0.00
XYZ70.458355.8744100.8372
Yxy55.87440.31020.2460
Hunter Lab74.749237.4424-27.6582
CIE-Lab79.542340.6965-30.2191

#f6abfe color RGB value is (246,171,254).

#f6abfe hex color red value is 246, green value is 171 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f6abfe hue: 0.82 , saturation: 0.98 and the lightness value of f6abfe is 0.83.

The process color (four color CMYK) of #f6abfe color hex is 0.03, 0.33, 0.00, 0.00. Web safe color of #f6abfe is #ff99ff. Color #f6abfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10101011 11111110
Octal 366 253 376
Decimal 246 171 254
Hex F6 AB FE

RGB Percentages of Color #f6abfe

%36.66
%25.48
%37.85

CMYK Percentages of Color #f6abfe

%3
%33
%0
%0

Triadic Colors of #f6abfe

#f6abfe #fef6ab #abfef6

Analogous Colors of #f6abfe

#f6abfe #feabdd #cdabfe

Monochromatic Colors of #f6abfe

#f6abfe

Complementary Color

#f6abfe #b3feab

#f6abfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6abfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6abfe Color CSS Codes

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

#f6abfe Text Font Color

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

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


#f6abfe Background Color

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

This div background color is #f6abfe


#f6abfe Border Color

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

This div border color is #f6abfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(246,171,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f6abfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f6abfe;
  -webkit-box-shadow: 1px 1px 3px 2px #f6abfe;
  box-shadow:         1px 1px 3px 2px #f6abfe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,171,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6abfe


Comments

No comments written yet.

Please login to write comment.