Color Hex Logo

#f654cd Color Hex

#F654CD
(246,84,205)
0 Favorites   0 Comments

Color spaces of #f654cd

RGB 24684205
HSL0.880.900.65
HSV315°66°96°
CMYK 0.000.660.17   0.04
XYZ52.195830.341360.8630
Yxy30.34130.36400.2116
Hunter Lab55.082972.7489-26.9535
CIE-Lab61.947673.4704-30.3585

#f654cd color RGB value is (246,84,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010100 11001101
Octal 366 124 315
Decimal 246 84 205
Hex F6 54 CD

RGB Percentages of Color #f654cd

%45.98
%15.70
%38.32

CMYK Percentages of Color #f654cd

%0
%66
%17
%4

Triadic Colors of #f654cd

#f654cd #cdf654 #54cdf6

Analogous Colors of #f654cd

#f654cd #f6547c #ce54f6

Monochromatic Colors of #f654cd

#f654cd

Complementary Color

#f654cd #54f67d

#f654cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f654cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f654cd Color CSS Codes

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

#f654cd Text Font Color

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

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


#f654cd Background Color

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

This div background color is #f654cd


#f654cd Border Color

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

This div border color is #f654cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f654cd


Comments

No comments written yet.

Please login to write comment.