Color Hex Logo

#f068df Color Hex

#F068DF
(240,104,223)
0 Favorites   0 Comments

Color spaces of #f068df

RGB 240104223
HSL0.850.820.67
HSV308°57°94°
CMYK 0.000.570.07   0.06
XYZ54.204833.753673.4702
Yxy33.75360.33580.2091
Hunter Lab58.097864.8678-34.3093
CIE-Lab64.766566.5071-36.1679

#f068df color RGB value is (240,104,223).

#f068df hex color red value is 240, green value is 104 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #f068df hue: 0.85 , saturation: 0.82 and the lightness value of f068df is 0.67.

The process color (four color CMYK) of #f068df color hex is 0.00, 0.57, 0.07, 0.06. Web safe color of #f068df is #ff66cc. Color #f068df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01101000 11011111
Octal 360 150 337
Decimal 240 104 223
Hex F0 68 DF

RGB Percentages of Color #f068df

%42.33
%18.34
%39.33

CMYK Percentages of Color #f068df

%0
%57
%7
%6

Triadic Colors of #f068df

#f068df #dff068 #68dff0

Analogous Colors of #f068df

#f068df #f0689b #bd68f0

Monochromatic Colors of #f068df

#f068df

Complementary Color

#f068df #68f079

#f068df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f068df Color Preview on White Background

Lorem ipsum dolor sit amet.

#f068df Color CSS Codes

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

#f068df Text Font Color

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

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


#f068df Background Color

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

This div background color is #f068df


#f068df Border Color

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

This div border color is #f068df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f068df


Comments

No comments written yet.

Please login to write comment.