Color Hex Logo

#f64fdb Color Hex

#F64FDB
(246,79,219)
0 Favorites   0 Comments

Color spaces of #f64fdb

RGB 24679219
HSL0.860.900.64
HSV310°68°96°
CMYK 0.000.680.11   0.04
XYZ53.588230.299370.0418
Yxy30.29930.34810.1968
Hunter Lab55.044877.4481-36.9122
CIE-Lab61.911677.2345-38.3180

#f64fdb color RGB value is (246,79,219).

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

The process color (four color CMYK) of #f64fdb color hex is 0.00, 0.68, 0.11, 0.04. Web safe color of #f64fdb is #ff66cc. Color #f64fdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01001111 11011011
Octal 366 117 333
Decimal 246 79 219
Hex F6 4F DB

RGB Percentages of Color #f64fdb

%45.22
%14.52
%40.26

CMYK Percentages of Color #f64fdb

%0
%68
%11
%4

Triadic Colors of #f64fdb

#f64fdb #dbf64f #4fdbf6

Analogous Colors of #f64fdb

#f64fdb #f64f88 #be4ff6

Monochromatic Colors of #f64fdb

#f64fdb

Complementary Color

#f64fdb #4ff66a

#f64fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f64fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f64fdb Color CSS Codes

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

#f64fdb Text Font Color

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

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


#f64fdb Background Color

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

This div background color is #f64fdb


#f64fdb Border Color

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

This div border color is #f64fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f64fdb

Related Colors


Comments

No comments written yet.

Please login to write comment.