Color Hex Logo

#f68fdc Color Hex

#F68FDC
(246,143,220)
0 Favorites   0 Comments

Color spaces of #f68fdc

RGB 246143220
HSL0.880.850.76
HSV315°42°96°
CMYK 0.000.420.11   0.04
XYZ60.746844.405173.0795
Yxy44.40510.34080.2491
Hunter Lab66.637246.1066-18.3760
CIE-Lab72.498449.2314-22.5255

#f68fdc color RGB value is (246,143,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10001111 11011100
Octal 366 217 334
Decimal 246 143 220
Hex F6 8F DC

RGB Percentages of Color #f68fdc

%40.39
%23.48
%36.12

CMYK Percentages of Color #f68fdc

%0
%42
%11
%4

Triadic Colors of #f68fdc

#f68fdc #dcf68f #8fdcf6

Analogous Colors of #f68fdc

#f68fdc #f68fa9 #dd8ff6

Monochromatic Colors of #f68fdc

#f68fdc

Complementary Color

#f68fdc #8ff6a9

#f68fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f68fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f68fdc Color CSS Codes

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

#f68fdc Text Font Color

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

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


#f68fdc Background Color

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

This div background color is #f68fdc


#f68fdc Border Color

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

This div border color is #f68fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f68fdc


Comments

No comments written yet.

Please login to write comment.