Color Hex Logo

#f68afc Color Hex

#F68AFC
(246,138,252)
0 Favorites   0 Comments

Color spaces of #f68afc

RGB 246138252
HSL0.820.950.76
HSV297°45°99°
CMYK 0.020.450.00   0.01
XYZ64.665244.798197.3341
Yxy44.79810.31270.2166
Hunter Lab66.931455.3264-39.3697
CIE-Lab72.758857.1775-39.6307

#f68afc color RGB value is (246,138,252).

#f68afc hex color red value is 246, green value is 138 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f68afc hue: 0.82 , saturation: 0.95 and the lightness value of f68afc is 0.76.

The process color (four color CMYK) of #f68afc color hex is 0.02, 0.45, 0.00, 0.01. Web safe color of #f68afc is #ff99ff. Color #f68afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10001010 11111100
Octal 366 212 374
Decimal 246 138 252
Hex F6 8A FC

RGB Percentages of Color #f68afc

%38.68
%21.70
%39.62

CMYK Percentages of Color #f68afc

%2
%45
%0
%1

Triadic Colors of #f68afc

#f68afc #fcf68a #8afcf6

Analogous Colors of #f68afc

#f68afc #fc8ac9 #bd8afc

Monochromatic Colors of #f68afc

#f68afc

Complementary Color

#f68afc #90fc8a

#f68afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f68afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f68afc Color CSS Codes

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

#f68afc Text Font Color

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

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


#f68afc Background Color

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

This div background color is #f68afc


#f68afc Border Color

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

This div border color is #f68afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f68afc


Comments

No comments written yet.

Please login to write comment.