Color Hex Logo

#f68fec Color Hex

#F68FEC
(246,143,236)
0 Favorites   0 Comments

Color spaces of #f68fec

RGB 246143236
HSL0.850.850.76
HSV306°42°96°
CMYK 0.000.420.04   0.04
XYZ62.968845.293984.7807
Yxy45.29390.32620.2346
Hunter Lab67.300749.2342-27.5788
CIE-Lab73.085051.8917-30.4014

#f68fec color RGB value is (246,143,236).

#f68fec hex color red value is 246, green value is 143 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #f68fec hue: 0.85 , saturation: 0.85 and the lightness value of f68fec is 0.76.

The process color (four color CMYK) of #f68fec color hex is 0.00, 0.42, 0.04, 0.04. Web safe color of #f68fec is #ff99ff. Color #f68fec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10001111 11101100
Octal 366 217 354
Decimal 246 143 236
Hex F6 8F EC

RGB Percentages of Color #f68fec

%39.36
%22.88
%37.76

CMYK Percentages of Color #f68fec

%0
%42
%4
%4

Triadic Colors of #f68fec

#f68fec #ecf68f #8fecf6

Analogous Colors of #f68fec

#f68fec #f68fb9 #cd8ff6

Monochromatic Colors of #f68fec

#f68fec

Complementary Color

#f68fec #8ff699

#f68fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f68fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f68fec Color CSS Codes

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

#f68fec Text Font Color

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

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


#f68fec Background Color

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

This div background color is #f68fec


#f68fec Border Color

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

This div border color is #f68fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f68fec


Comments

No comments written yet.

Please login to write comment.