Color Hex Logo

#f068db Color Hex

#F068DB
(240,104,219)
0 Favorites   0 Comments

Color spaces of #f068db

RGB 240104219
HSL0.860.820.67
HSV309°57°94°
CMYK 0.000.570.09   0.06
XYZ53.671733.540470.6630
Yxy33.54040.34000.2124
Hunter Lab57.914164.0747-31.8020
CIE-Lab64.596165.8778-34.1984

#f068db color RGB value is (240,104,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01101000 11011011
Octal 360 150 333
Decimal 240 104 219
Hex F0 68 DB

RGB Percentages of Color #f068db

%42.63
%18.47
%38.90

CMYK Percentages of Color #f068db

%0
%57
%9
%6

Triadic Colors of #f068db

#f068db #dbf068 #68dbf0

Analogous Colors of #f068db

#f068db #f06897 #c168f0

Monochromatic Colors of #f068db

#f068db

Complementary Color

#f068db #68f07d

#f068db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f068db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f068db Color CSS Codes

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

#f068db Text Font Color

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

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


#f068db Background Color

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

This div background color is #f068db


#f068db Border Color

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

This div border color is #f068db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,104,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f068db


Comments

No comments written yet.

Please login to write comment.