Color Hex Logo

#f654ce Color Hex

#F654CE
(246,84,206)
0 Favorites   0 Comments

Color spaces of #f654ce

RGB 24684206
HSL0.870.900.65
HSV315°66°96°
CMYK 0.000.660.16   0.04
XYZ52.316930.389761.5009
Yxy30.38970.36280.2107
Hunter Lab55.126972.9294-27.5566
CIE-Lab61.989073.6083-30.8606

#f654ce color RGB value is (246,84,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010100 11001110
Octal 366 124 316
Decimal 246 84 206
Hex F6 54 CE

RGB Percentages of Color #f654ce

%45.90
%15.67
%38.43

CMYK Percentages of Color #f654ce

%0
%66
%16
%4

Triadic Colors of #f654ce

#f654ce #cef654 #54cef6

Analogous Colors of #f654ce

#f654ce #f6547d #cd54f6

Monochromatic Colors of #f654ce

#f654ce

Complementary Color

#f654ce #54f67c

#f654ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f654ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f654ce Color CSS Codes

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

#f654ce Text Font Color

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

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


#f654ce Background Color

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

This div background color is #f654ce


#f654ce Border Color

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

This div border color is #f654ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f654ce


Comments

No comments written yet.

Please login to write comment.