Color Hex Logo

#f68aff Color Hex

#F68AFF
(246,138,255)
0 Favorites   0 Comments

Color spaces of #f68aff

RGB 246138255
HSL0.821.000.77
HSV295°46°100°
CMYK 0.040.460.00   0.00
XYZ65.144544.989899.8581
Yxy44.98980.31020.2142
Hunter Lab67.074455.9837-41.3168
CIE-Lab72.885257.7164-41.0638

#f68aff color RGB value is (246,138,255).

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

The process color (four color CMYK) of #f68aff color hex is 0.04, 0.46, 0.00, 0.00. Web safe color of #f68aff is #ff99ff. Color #f68aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10001010 11111111
Octal 366 212 377
Decimal 246 138 255
Hex F6 8A FF

RGB Percentages of Color #f68aff

%38.50
%21.60
%39.91

CMYK Percentages of Color #f68aff

%4
%46
%0
%0

Triadic Colors of #f68aff

#f68aff #fff68a #8afff6

Analogous Colors of #f68aff

#f68aff #ff8ace #bc8aff

Monochromatic Colors of #f68aff

#f68aff

Complementary Color

#f68aff #93ff8a

#f68aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f68aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f68aff Color CSS Codes

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

#f68aff Text Font Color

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

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


#f68aff Background Color

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

This div background color is #f68aff


#f68aff Border Color

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

This div border color is #f68aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f68aff

Related Colors


Comments

No comments written yet.

Please login to write comment.