Color Hex Logo

#f642db Color Hex

#F642DB
(246,66,219)
0 Favorites   0 Comments

Color spaces of #f642db

RGB 24666219
HSL0.860.910.61
HSV309°73°96°
CMYK 0.000.730.11   0.04
XYZ52.740428.603769.7592
Yxy28.60370.34900.1893
Hunter Lab53.482482.4292-39.8965
CIE-Lab60.430381.4297-40.6395

#f642db color RGB value is (246,66,219).

#f642db hex color red value is 246, green value is 66 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f642db hue: 0.86 , saturation: 0.91 and the lightness value of f642db is 0.61.

The process color (four color CMYK) of #f642db color hex is 0.00, 0.73, 0.11, 0.04. Web safe color of #f642db is #ff33cc. Color #f642db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01000010 11011011
Octal 366 102 333
Decimal 246 66 219
Hex F6 42 DB

RGB Percentages of Color #f642db

%46.33
%12.43
%41.24

CMYK Percentages of Color #f642db

%0
%73
%11
%4

Triadic Colors of #f642db

#f642db #dbf642 #42dbf6

Analogous Colors of #f642db

#f642db #f64281 #b742f6

Monochromatic Colors of #f642db

#f642db

Complementary Color

#f642db #42f65d

#f642db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f642db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f642db Color CSS Codes

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

#f642db Text Font Color

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

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


#f642db Background Color

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

This div background color is #f642db


#f642db Border Color

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

This div border color is #f642db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f642db

Related Colors


Comments

No comments written yet.

Please login to write comment.