Color Hex Logo

#f019db Color Hex

#F019DB
(240,25,219)
0 Favorites   0 Comments

Color spaces of #f019db

RGB 24025219
HSL0.850.880.52
HSV306°90°94°
CMYK 0.000.900.09   0.06
XYZ49.069024.335069.1287
Yxy24.33500.34430.1707
Hunter Lab49.330591.2253-48.5539
CIE-Lab56.421788.9441-47.0299

#f019db color RGB value is (240,25,219).

#f019db hex color red value is 240, green value is 25 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f019db hue: 0.85 , saturation: 0.88 and the lightness value of f019db is 0.52.

The process color (four color CMYK) of #f019db color hex is 0.00, 0.90, 0.09, 0.06. Web safe color of #f019db is #ff00cc. Color #f019db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00011001 11011011
Octal 360 31 333
Decimal 240 25 219
Hex F0 19 DB

RGB Percentages of Color #f019db

%49.59
%5.17
%45.25

CMYK Percentages of Color #f019db

%0
%90
%9
%6

Triadic Colors of #f019db

#f019db #dbf019 #19dbf0

Analogous Colors of #f019db

#f019db #f01970 #9a19f0

Monochromatic Colors of #f019db

#f019db

Complementary Color

#f019db #19f02e

#f019db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f019db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f019db Color CSS Codes

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

#f019db Text Font Color

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

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


#f019db Background Color

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

This div background color is #f019db


#f019db Border Color

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

This div border color is #f019db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f019db


Comments

No comments written yet.

Please login to write comment.