Color Hex Logo

#f078db Color Hex

#F078DB
(240,120,219)
0 Favorites   0 Comments

Color spaces of #f078db

RGB 240120219
HSL0.860.800.71
HSV311°50°94°
CMYK 0.000.500.09   0.06
XYZ55.437837.072771.2517
Yxy37.07270.33850.2264
Hunter Lab60.887455.9710-26.7613
CIE-Lab67.331558.5714-29.9617

#f078db color RGB value is (240,120,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01111000 11011011
Octal 360 170 333
Decimal 240 120 219
Hex F0 78 DB

RGB Percentages of Color #f078db

%41.45
%20.73
%37.82

CMYK Percentages of Color #f078db

%0
%50
%9
%6

Triadic Colors of #f078db

#f078db #dbf078 #78dbf0

Analogous Colors of #f078db

#f078db #f0789f #c978f0

Monochromatic Colors of #f078db

#f078db

Complementary Color

#f078db #78f08d

#f078db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f078db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f078db Color CSS Codes

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

#f078db Text Font Color

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

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


#f078db Background Color

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

This div background color is #f078db


#f078db Border Color

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

This div border color is #f078db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f078db


Comments

No comments written yet.

Please login to write comment.