Color Hex Logo

#f68fdd Color Hex

#F68FDD
(246,143,221)
0 Favorites   0 Comments

Color spaces of #f68fdd

RGB 246143221
HSL0.870.850.76
HSV315°42°96°
CMYK 0.000.420.10   0.04
XYZ60.879644.458273.7792
Yxy44.45820.33990.2482
Hunter Lab66.677046.2952-18.9315
CIE-Lab72.533749.3931-23.0218

#f68fdd color RGB value is (246,143,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10001111 11011101
Octal 366 217 335
Decimal 246 143 221
Hex F6 8F DD

RGB Percentages of Color #f68fdd

%40.33
%23.44
%36.23

CMYK Percentages of Color #f68fdd

%0
%42
%10
%4

Triadic Colors of #f68fdd

#f68fdd #ddf68f #8fddf6

Analogous Colors of #f68fdd

#f68fdd #f68faa #dc8ff6

Monochromatic Colors of #f68fdd

#f68fdd

Complementary Color

#f68fdd #8ff6a8

#f68fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f68fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f68fdd Color CSS Codes

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

#f68fdd Text Font Color

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

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


#f68fdd Background Color

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

This div background color is #f68fdd


#f68fdd Border Color

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

This div border color is #f68fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f68fdd

#f68fdd Color Palettes


Comments

No comments written yet.

Please login to write comment.