Color Hex Logo

#f694dc Color Hex

#F694DC
(246,148,220)
0 Favorites   0 Comments

Color spaces of #f694dc

RGB 246148220
HSL0.880.840.77
HSV316°40°96°
CMYK 0.000.400.11   0.04
XYZ61.514245.939973.3353
Yxy45.93990.34030.2541
Hunter Lab67.779043.3881-16.7051
CIE-Lab73.506546.6923-20.9915

#f694dc color RGB value is (246,148,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10010100 11011100
Octal 366 224 334
Decimal 246 148 220
Hex F6 94 DC

RGB Percentages of Color #f694dc

%40.07
%24.10
%35.83

CMYK Percentages of Color #f694dc

%0
%40
%11
%4

Triadic Colors of #f694dc

#f694dc #dcf694 #94dcf6

Analogous Colors of #f694dc

#f694dc #f694ab #df94f6

Monochromatic Colors of #f694dc

#f694dc

Complementary Color

#f694dc #94f6ae

#f694dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f694dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f694dc Color CSS Codes

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

#f694dc Text Font Color

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

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


#f694dc Background Color

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

This div background color is #f694dc


#f694dc Border Color

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

This div border color is #f694dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f694dc

Related Colors


Comments

No comments written yet.

Please login to write comment.