Color Hex Logo

#f002db Color Hex

#F002DB
(240,2,219)
0 Favorites   0 Comments

Color spaces of #f002db

RGB 2402219
HSL0.850.980.47
HSV305°99°94°
CMYK 0.000.990.09   0.06
XYZ48.743123.683269.0201
Yxy23.68320.34460.1674
Hunter Lab48.665493.6206-50.0228
CIE-Lab55.769290.8664-48.0647

#f002db color RGB value is (240,2,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00000010 11011011
Octal 360 2 333
Decimal 240 2 219
Hex F0 2 DB

RGB Percentages of Color #f002db

%52.06
%0.43
%47.51

CMYK Percentages of Color #f002db

%0
%99
%9
%6

Triadic Colors of #f002db

#f002db #dbf002 #02dbf0

Analogous Colors of #f002db

#f002db #f00264 #8e02f0

Monochromatic Colors of #f002db

#f002db

Complementary Color

#f002db #02f017

#f002db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f002db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f002db Color CSS Codes

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

#f002db Text Font Color

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

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


#f002db Background Color

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

This div background color is #f002db


#f002db Border Color

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

This div border color is #f002db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f002db


Comments

No comments written yet.

Please login to write comment.