Color Hex Logo

#f68dce Color Hex

#F68DCE
(246,141,206)
0 Favorites   0 Comments

Color spaces of #f68dce

RGB 246141206
HSL0.900.850.76
HSV323°43°96°
CMYK 0.000.430.16   0.04
XYZ58.671543.098863.6191
Yxy43.09880.35470.2606
Hunter Lab65.649744.6396-11.5014
CIE-Lab71.622048.0478-16.1287

#f68dce color RGB value is (246,141,206).

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

The process color (four color CMYK) of #f68dce color hex is 0.00, 0.43, 0.16, 0.04. Web safe color of #f68dce is #ff99cc. Color #f68dce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10001101 11001110
Octal 366 215 316
Decimal 246 141 206
Hex F6 8D CE

RGB Percentages of Color #f68dce

%41.48
%23.78
%34.74

CMYK Percentages of Color #f68dce

%0
%43
%16
%4

Triadic Colors of #f68dce

#f68dce #cef68d #8dcef6

Analogous Colors of #f68dce

#f68dce #f68d9a #ea8df6

Monochromatic Colors of #f68dce

#f68dce

Complementary Color

#f68dce #8df6b5

#f68dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f68dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f68dce Color CSS Codes

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

#f68dce Text Font Color

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

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


#f68dce Background Color

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

This div background color is #f68dce


#f68dce Border Color

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

This div border color is #f68dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f68dce

Related Colors


Comments

No comments written yet.

Please login to write comment.