Color Hex Logo

#f516cd Color Hex

#F516CD
(245,22,205)
0 Favorites   0 Comments

Color spaces of #f516cd

RGB 24522205
HSL0.860.920.52
HSV311°91°96°
CMYK 0.000.910.16   0.04
XYZ48.962524.394159.8855
Yxy24.39410.36750.1831
Hunter Lab49.390490.5204-37.3154
CIE-Lab56.480288.4012-38.8982

#f516cd color RGB value is (245,22,205).

#f516cd hex color red value is 245, green value is 22 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f516cd hue: 0.86 , saturation: 0.92 and the lightness value of f516cd is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00010110 11001101
Octal 365 26 315
Decimal 245 22 205
Hex F5 16 CD

RGB Percentages of Color #f516cd

%51.91
%4.66
%43.43

CMYK Percentages of Color #f516cd

%0
%91
%16
%4

Triadic Colors of #f516cd

#f516cd #cdf516 #16cdf5

Analogous Colors of #f516cd

#f516cd #f5165e #ae16f5

Monochromatic Colors of #f516cd

#f516cd

Complementary Color

#f516cd #16f53e

#f516cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f516cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f516cd Color CSS Codes

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

#f516cd Text Font Color

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

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


#f516cd Background Color

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

This div background color is #f516cd


#f516cd Border Color

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

This div border color is #f516cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,22,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f516cd


Comments

No comments written yet.

Please login to write comment.