Color Hex Logo

#f68cfc Color Hex

#F68CFC
(246,140,252)
0 Favorites   0 Comments

Color spaces of #f68cfc

RGB 246140252
HSL0.820.950.77
HSV297°44°99°
CMYK 0.020.440.00   0.01
XYZ64.954845.377397.4307
Yxy45.37730.31260.2184
Hunter Lab67.362754.2348-38.6008
CIE-Lab73.139656.1912-39.0377

#f68cfc color RGB value is (246,140,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10001100 11111100
Octal 366 214 374
Decimal 246 140 252
Hex F6 8C FC

RGB Percentages of Color #f68cfc

%38.56
%21.94
%39.50

CMYK Percentages of Color #f68cfc

%2
%44
%0
%1

Triadic Colors of #f68cfc

#f68cfc #fcf68c #8cfcf6

Analogous Colors of #f68cfc

#f68cfc #fc8cca #be8cfc

Monochromatic Colors of #f68cfc

#f68cfc

Complementary Color

#f68cfc #92fc8c

#f68cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f68cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f68cfc Color CSS Codes

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

#f68cfc Text Font Color

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

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


#f68cfc Background Color

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

This div background color is #f68cfc


#f68cfc Border Color

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

This div border color is #f68cfc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,140,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 #f68cfc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f68cfc

Related Colors


Comments

No comments written yet.

Please login to write comment.