Color Hex Logo

#f694df Color Hex

#F694DF
(246,148,223)
0 Favorites   0 Comments

Color spaces of #f694df

RGB 246148223
HSL0.870.840.77
HSV314°40°96°
CMYK 0.000.400.09   0.04
XYZ61.915246.100475.4470
Yxy46.10040.33750.2513
Hunter Lab67.897343.9531-18.3546
CIE-Lab73.610647.1812-22.4788

#f694df color RGB value is (246,148,223).

#f694df hex color red value is 246, green value is 148 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #f694df hue: 0.87 , saturation: 0.84 and the lightness value of f694df is 0.77.

The process color (four color CMYK) of #f694df color hex is 0.00, 0.40, 0.09, 0.04. Web safe color of #f694df is #ff99cc. Color #f694df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10010100 11011111
Octal 366 224 337
Decimal 246 148 223
Hex F6 94 DF

RGB Percentages of Color #f694df

%39.87
%23.99
%36.14

CMYK Percentages of Color #f694df

%0
%40
%9
%4

Triadic Colors of #f694df

#f694df #dff694 #94dff6

Analogous Colors of #f694df

#f694df #f694ae #dc94f6

Monochromatic Colors of #f694df

#f694df

Complementary Color

#f694df #94f6ab

#f694df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f694df Color Preview on White Background

Lorem ipsum dolor sit amet.

#f694df Color CSS Codes

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

#f694df Text Font Color

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

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


#f694df Background Color

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

This div background color is #f694df


#f694df Border Color

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

This div border color is #f694df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f694df


Comments

No comments written yet.

Please login to write comment.