Color Hex Logo

#f506ce Color Hex

#F506CE
(245,6,206)
0 Favorites   0 Comments

Color spaces of #f506ce

RGB 2456206
HSL0.860.950.49
HSV310°98°96°
CMYK 0.000.980.16   0.04
XYZ48.861923.999060.4495
Yxy23.99900.36650.1800
Hunter Lab48.988892.3074-38.8685
CIE-Lab56.086889.8224-40.0894

#f506ce color RGB value is (245,6,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00000110 11001110
Octal 365 6 316
Decimal 245 6 206
Hex F5 6 CE

RGB Percentages of Color #f506ce

%53.61
%1.31
%45.08

CMYK Percentages of Color #f506ce

%0
%98
%16
%4

Triadic Colors of #f506ce

#f506ce #cef506 #06cef5

Analogous Colors of #f506ce

#f506ce #f50656 #a506f5

Monochromatic Colors of #f506ce

#f506ce

Complementary Color

#f506ce #06f52d

#f506ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f506ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f506ce Color CSS Codes

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

#f506ce Text Font Color

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

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


#f506ce Background Color

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

This div background color is #f506ce


#f506ce Border Color

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

This div border color is #f506ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f506ce


Comments

No comments written yet.

Please login to write comment.