Color Hex Logo

#f681dd Color Hex

#F681DD
(246,129,221)
0 Favorites   0 Comments

Color spaces of #f681dd

RGB 246129221
HSL0.870.870.74
HSV313°48°96°
CMYK 0.000.480.10   0.04
XYZ58.907440.513873.1218
Yxy40.51380.34140.2348
Hunter Lab63.650553.8104-23.5572
CIE-Lab69.833956.3247-27.1533

#f681dd color RGB value is (246,129,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10000001 11011101
Octal 366 201 335
Decimal 246 129 221
Hex F6 81 DD

RGB Percentages of Color #f681dd

%41.28
%21.64
%37.08

CMYK Percentages of Color #f681dd

%0
%48
%10
%4

Triadic Colors of #f681dd

#f681dd #ddf681 #81ddf6

Analogous Colors of #f681dd

#f681dd #f681a3 #d581f6

Monochromatic Colors of #f681dd

#f681dd

Complementary Color

#f681dd #81f69a

#f681dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f681dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f681dd Color CSS Codes

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

#f681dd Text Font Color

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

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


#f681dd Background Color

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

This div background color is #f681dd


#f681dd Border Color

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

This div border color is #f681dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f681dd


Comments

No comments written yet.

Please login to write comment.