Color Hex Logo

#f640dd Color Hex

#F640DD
(246,64,221)
0 Favorites   0 Comments

Color spaces of #f640dd

RGB 24664221
HSL0.860.910.61
HSV308°74°96°
CMYK 0.000.740.10   0.04
XYZ52.890628.480171.1162
Yxy28.48010.34690.1868
Hunter Lab53.366783.5156-41.6528
CIE-Lab60.320082.2946-41.9404

#f640dd color RGB value is (246,64,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01000000 11011101
Octal 366 100 335
Decimal 246 64 221
Hex F6 40 DD

RGB Percentages of Color #f640dd

%46.33
%12.05
%41.62

CMYK Percentages of Color #f640dd

%0
%74
%10
%4

Triadic Colors of #f640dd

#f640dd #ddf640 #40ddf6

Analogous Colors of #f640dd

#f640dd #f64082 #b440f6

Monochromatic Colors of #f640dd

#f640dd

Complementary Color

#f640dd #40f659

#f640dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f640dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f640dd Color CSS Codes

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

#f640dd Text Font Color

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

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


#f640dd Background Color

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

This div background color is #f640dd


#f640dd Border Color

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

This div border color is #f640dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f640dd


Comments

No comments written yet.

Please login to write comment.