Color Hex Logo

#f500ce Color Hex

#F500CE
(245,0,206)
0 Favorites   0 Comments

Color spaces of #f500ce

RGB 2450206
HSL0.861.000.48
HSV310°100°96°
CMYK 0.001.000.16   0.04
XYZ48.796823.868760.4278
Yxy23.86870.36660.1793
Hunter Lab48.855692.7878-39.1348
CIE-Lab55.956190.2078-40.2950

#f500ce color RGB value is (245,0,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00000000 11001110
Octal 365 0 316
Decimal 245 0 206
Hex F5 0 CE

RGB Percentages of Color #f500ce

%54.32
%0.00
%45.68

CMYK Percentages of Color #f500ce

%0
%100
%16
%4

Triadic Colors of #f500ce

#f500ce #cef500 #00cef5

Analogous Colors of #f500ce

#f500ce #f50053 #a200f5

Monochromatic Colors of #f500ce

#f500ce

Complementary Color

#f500ce #00f527

#f500ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f500ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f500ce Color CSS Codes

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

#f500ce Text Font Color

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

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


#f500ce Background Color

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

This div background color is #f500ce


#f500ce Border Color

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

This div border color is #f500ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f500ce


Comments

No comments written yet.

Please login to write comment.