Color Hex Logo

#f501ce Color Hex

#F501CE
(245,1,206)
0 Favorites   0 Comments

Color spaces of #f501ce

RGB 2451206
HSL0.860.990.48
HSV310°100°96°
CMYK 0.001.000.16   0.04
XYZ48.807623.890460.4314
Yxy23.89040.36660.1795
Hunter Lab48.877892.7074-39.0903
CIE-Lab55.977990.1433-40.2607

#f501ce color RGB value is (245,1,206).

#f501ce hex color red value is 245, green value is 1 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #f501ce hue: 0.86 , saturation: 0.99 and the lightness value of f501ce is 0.48.

The process color (four color CMYK) of #f501ce color hex is 0.00, 1.00, 0.16, 0.04. Web safe color of #f501ce is #ff00cc. Color #f501ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00000001 11001110
Octal 365 1 316
Decimal 245 1 206
Hex F5 1 CE

RGB Percentages of Color #f501ce

%54.20
%0.22
%45.58

CMYK Percentages of Color #f501ce

%0
%100
%16
%4

Triadic Colors of #f501ce

#f501ce #cef501 #01cef5

Analogous Colors of #f501ce

#f501ce #f50154 #a201f5

Monochromatic Colors of #f501ce

#f501ce

Complementary Color

#f501ce #01f528

#f501ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f501ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f501ce Color CSS Codes

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

#f501ce Text Font Color

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

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


#f501ce Background Color

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

This div background color is #f501ce


#f501ce Border Color

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

This div border color is #f501ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f501ce

Related Colors


Comments

No comments written yet.

Please login to write comment.