Color Hex Logo

#f651dc Color Hex

#F651DC
(246,81,220)
0 Favorites   0 Comments

Color spaces of #f651dc

RGB 24681220
HSL0.860.900.64
HSV309°67°96°
CMYK 0.000.670.11   0.04
XYZ53.866730.645070.7861
Yxy30.64500.34690.1973
Hunter Lab55.357976.8152-37.0635
CIE-Lab62.206876.6765-38.4184

#f651dc color RGB value is (246,81,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010001 11011100
Octal 366 121 334
Decimal 246 81 220
Hex F6 51 DC

RGB Percentages of Color #f651dc

%44.97
%14.81
%40.22

CMYK Percentages of Color #f651dc

%0
%67
%11
%4

Triadic Colors of #f651dc

#f651dc #dcf651 #51dcf6

Analogous Colors of #f651dc

#f651dc #f6518a #be51f6

Monochromatic Colors of #f651dc

#f651dc

Complementary Color

#f651dc #51f66b

#f651dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f651dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f651dc Color CSS Codes

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

#f651dc Text Font Color

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

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


#f651dc Background Color

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

This div background color is #f651dc


#f651dc Border Color

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

This div border color is #f651dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f651dc

Related Colors


Comments

No comments written yet.

Please login to write comment.