Color Hex Logo

#f008db Color Hex

#F008DB
(240,8,219)
0 Favorites   0 Comments

Color spaces of #f008db

RGB 2408219
HSL0.850.940.49
HSV305°97°94°
CMYK 0.000.970.09   0.06
XYZ48.808223.813469.0418
Yxy23.81340.34450.1681
Hunter Lab48.799093.1355-49.7254
CIE-Lab55.900590.4787-47.8564

#f008db color RGB value is (240,8,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00001000 11011011
Octal 360 10 333
Decimal 240 8 219
Hex F0 8 DB

RGB Percentages of Color #f008db

%51.39
%1.71
%46.90

CMYK Percentages of Color #f008db

%0
%97
%9
%6

Triadic Colors of #f008db

#f008db #dbf008 #08dbf0

Analogous Colors of #f008db

#f008db #f00867 #9108f0

Monochromatic Colors of #f008db

#f008db

Complementary Color

#f008db #08f01d

#f008db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f008db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f008db Color CSS Codes

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

#f008db Text Font Color

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

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


#f008db Background Color

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

This div background color is #f008db


#f008db Border Color

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

This div border color is #f008db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f008db


Comments

No comments written yet.

Please login to write comment.