Color Hex Logo

#f681de Color Hex

#F681DE
(246,129,222)
0 Favorites   0 Comments

Color spaces of #f681de

RGB 246129222
HSL0.870.870.74
HSV312°48°96°
CMYK 0.000.480.10   0.04
XYZ59.041140.567373.8257
Yxy40.56730.34040.2339
Hunter Lab63.692554.0026-24.1381
CIE-Lab69.871756.4842-27.6484

#f681de color RGB value is (246,129,222).

#f681de hex color red value is 246, green value is 129 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f681de hue: 0.87 , saturation: 0.87 and the lightness value of f681de is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10000001 11011110
Octal 366 201 336
Decimal 246 129 222
Hex F6 81 DE

RGB Percentages of Color #f681de

%41.21
%21.61
%37.19

CMYK Percentages of Color #f681de

%0
%48
%10
%4

Triadic Colors of #f681de

#f681de #def681 #81def6

Analogous Colors of #f681de

#f681de #f681a4 #d481f6

Monochromatic Colors of #f681de

#f681de

Complementary Color

#f681de #81f699

#f681de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f681de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f681de Color CSS Codes

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

#f681de Text Font Color

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

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


#f681de Background Color

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

This div background color is #f681de


#f681de Border Color

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

This div border color is #f681de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f681de


Comments

No comments written yet.

Please login to write comment.