Color Hex Logo

#f640da Color Hex

#F640DA
(246,64,218)
0 Favorites   0 Comments

Color spaces of #f640da

RGB 24664218
HSL0.860.910.61
HSV309°74°96°
CMYK 0.000.740.11   0.04
XYZ52.494328.321669.0295
Yxy28.32160.35030.1890
Hunter Lab53.218082.9409-39.6529
CIE-Lab60.178281.8763-40.4709

#f640da color RGB value is (246,64,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01000000 11011010
Octal 366 100 332
Decimal 246 64 218
Hex F6 40 DA

RGB Percentages of Color #f640da

%46.59
%12.12
%41.29

CMYK Percentages of Color #f640da

%0
%74
%11
%4

Triadic Colors of #f640da

#f640da #daf640 #40daf6

Analogous Colors of #f640da

#f640da #f6407f #b740f6

Monochromatic Colors of #f640da

#f640da

Complementary Color

#f640da #40f65c

#f640da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f640da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f640da Color CSS Codes

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

#f640da Text Font Color

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

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


#f640da Background Color

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

This div background color is #f640da


#f640da Border Color

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

This div border color is #f640da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,64,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f640da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f640da


Comments

No comments written yet.

Please login to write comment.