Color Hex Logo

#f694da Color Hex

#F694DA
(246,148,218)
0 Favorites   0 Comments

Color spaces of #f694da

RGB 246148218
HSL0.880.840.77
HSV317°40°96°
CMYK 0.000.400.11   0.04
XYZ61.250845.834671.9484
Yxy45.83460.34210.2560
Hunter Lab67.701343.0156-15.6186
CIE-Lab73.438146.3691-19.9973

#f694da color RGB value is (246,148,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10010100 11011010
Octal 366 224 332
Decimal 246 148 218
Hex F6 94 DA

RGB Percentages of Color #f694da

%40.20
%24.18
%35.62

CMYK Percentages of Color #f694da

%0
%40
%11
%4

Triadic Colors of #f694da

#f694da #daf694 #94daf6

Analogous Colors of #f694da

#f694da #f694a9 #e194f6

Monochromatic Colors of #f694da

#f694da

Complementary Color

#f694da #94f6b0

#f694da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f694da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f694da Color CSS Codes

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

#f694da Text Font Color

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

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


#f694da Background Color

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

This div background color is #f694da


#f694da Border Color

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

This div border color is #f694da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f694da


Comments

No comments written yet.

Please login to write comment.