Color Hex Logo

#f685dd Color Hex

#F685DD
(246,133,221)
0 Favorites   0 Comments

Color spaces of #f685dd

RGB 246133221
HSL0.870.860.74
HSV313°46°96°
CMYK 0.000.460.10   0.04
XYZ59.444741.588373.3009
Yxy41.58830.34100.2386
Hunter Lab64.489051.6821-22.2492
CIE-Lab70.586154.3746-25.9992

#f685dd color RGB value is (246,133,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10000101 11011101
Octal 366 205 335
Decimal 246 133 221
Hex F6 85 DD

RGB Percentages of Color #f685dd

%41.00
%22.17
%36.83

CMYK Percentages of Color #f685dd

%0
%46
%10
%4

Triadic Colors of #f685dd

#f685dd #ddf685 #85ddf6

Analogous Colors of #f685dd

#f685dd #f685a5 #d785f6

Monochromatic Colors of #f685dd

#f685dd

Complementary Color

#f685dd #85f69e

#f685dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f685dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f685dd Color CSS Codes

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

#f685dd Text Font Color

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

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


#f685dd Background Color

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

This div background color is #f685dd


#f685dd Border Color

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

This div border color is #f685dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f685dd


Comments

No comments written yet.

Please login to write comment.