Color Hex Logo

#f654da Color Hex

#F654DA
(246,84,218)
0 Favorites   0 Comments

Color spaces of #f654da

RGB 24684218
HSL0.860.900.65
HSV310°66°96°
CMYK 0.000.660.11   0.04
XYZ53.831230.995469.4752
Yxy30.99540.34890.2009
Hunter Lab55.673575.1645-35.0168
CIE-Lab62.503875.3056-36.8302

#f654da color RGB value is (246,84,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010100 11011010
Octal 366 124 332
Decimal 246 84 218
Hex F6 54 DA

RGB Percentages of Color #f654da

%44.89
%15.33
%39.78

CMYK Percentages of Color #f654da

%0
%66
%11
%4

Triadic Colors of #f654da

#f654da #daf654 #54daf6

Analogous Colors of #f654da

#f654da #f65489 #c154f6

Monochromatic Colors of #f654da

#f654da

Complementary Color

#f654da #54f670

#f654da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f654da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f654da Color CSS Codes

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

#f654da Text Font Color

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

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


#f654da Background Color

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

This div background color is #f654da


#f654da Border Color

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

This div border color is #f654da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f654da


Comments

No comments written yet.

Please login to write comment.