Color Hex Logo

#f670df Color Hex

#F670DF
(246,112,223)
0 Favorites   0 Comments

Color spaces of #f670df

RGB 246112223
HSL0.860.880.70
HSV310°54°96°
CMYK 0.000.540.09   0.04
XYZ57.119536.508973.8484
Yxy36.50890.34110.2180
Hunter Lab60.422663.0025-30.1683
CIE-Lab66.906964.5837-32.7780

#f670df color RGB value is (246,112,223).

#f670df hex color red value is 246, green value is 112 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #f670df hue: 0.86 , saturation: 0.88 and the lightness value of f670df is 0.70.

The process color (four color CMYK) of #f670df color hex is 0.00, 0.54, 0.09, 0.04. Web safe color of #f670df is #ff66cc. Color #f670df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01110000 11011111
Octal 366 160 337
Decimal 246 112 223
Hex F6 70 DF

RGB Percentages of Color #f670df

%42.34
%19.28
%38.38

CMYK Percentages of Color #f670df

%0
%54
%9
%4

Triadic Colors of #f670df

#f670df #dff670 #70dff6

Analogous Colors of #f670df

#f670df #f6709c #ca70f6

Monochromatic Colors of #f670df

#f670df

Complementary Color

#f670df #70f687

#f670df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f670df Color Preview on White Background

Lorem ipsum dolor sit amet.

#f670df Color CSS Codes

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

#f670df Text Font Color

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

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


#f670df Background Color

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

This div background color is #f670df


#f670df Border Color

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

This div border color is #f670df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f670df


Comments

No comments written yet.

Please login to write comment.