Color Hex Logo

#f509ce Color Hex

#F509CE
(245,9,206)
0 Favorites   0 Comments

Color spaces of #f509ce

RGB 2459206
HSL0.860.930.50
HSV310°96°96°
CMYK 0.000.960.16   0.04
XYZ48.894524.064160.4603
Yxy24.06410.36650.1804
Hunter Lab49.055292.0688-38.7361
CIE-Lab56.151989.6307-39.9869

#f509ce color RGB value is (245,9,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00001001 11001110
Octal 365 11 316
Decimal 245 9 206
Hex F5 9 CE

RGB Percentages of Color #f509ce

%53.26
%1.96
%44.78

CMYK Percentages of Color #f509ce

%0
%96
%16
%4

Triadic Colors of #f509ce

#f509ce #cef509 #09cef5

Analogous Colors of #f509ce

#f509ce #f50958 #a609f5

Monochromatic Colors of #f509ce

#f509ce

Complementary Color

#f509ce #09f530

#f509ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f509ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f509ce Color CSS Codes

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

#f509ce Text Font Color

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

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


#f509ce Background Color

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

This div background color is #f509ce


#f509ce Border Color

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

This div border color is #f509ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f509ce


Comments

No comments written yet.

Please login to write comment.