Color Hex Logo

#f067db Color Hex

#F067DB
(240,103,219)
0 Favorites   0 Comments

Color spaces of #f067db

RGB 240103219
HSL0.860.820.67
HSV309°57°94°
CMYK 0.000.570.09   0.06
XYZ53.571633.340270.6296
Yxy33.34020.34000.2116
Hunter Lab57.741064.5641-32.1057
CIE-Lab64.435466.3133-34.4482

#f067db color RGB value is (240,103,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01100111 11011011
Octal 360 147 333
Decimal 240 103 219
Hex F0 67 DB

RGB Percentages of Color #f067db

%42.70
%18.33
%38.97

CMYK Percentages of Color #f067db

%0
%57
%9
%6

Triadic Colors of #f067db

#f067db #dbf067 #67dbf0

Analogous Colors of #f067db

#f067db #f06797 #c167f0

Monochromatic Colors of #f067db

#f067db

Complementary Color

#f067db #67f07c

#f067db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f067db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f067db Color CSS Codes

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

#f067db Text Font Color

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

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


#f067db Background Color

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

This div background color is #f067db


#f067db Border Color

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

This div border color is #f067db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f067db


Comments

No comments written yet.

Please login to write comment.