Color Hex Logo

#f516ed Color Hex

#F516ED
(245,22,237)
0 Favorites   0 Comments

Color spaces of #f516ed

RGB 24522237
HSL0.840.920.52
HSV302°91°96°
CMYK 0.000.910.03   0.04
XYZ53.229226.100782.3532
Yxy26.10070.32920.1614
Hunter Lab51.088896.5727-59.8109
CIE-Lab58.132592.5993-54.4084

#f516ed color RGB value is (245,22,237).

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

The process color (four color CMYK) of #f516ed color hex is 0.00, 0.91, 0.03, 0.04. Web safe color of #f516ed is #ff00ff. Color #f516ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00010110 11101101
Octal 365 26 355
Decimal 245 22 237
Hex F5 16 ED

RGB Percentages of Color #f516ed

%48.61
%4.37
%47.02

CMYK Percentages of Color #f516ed

%0
%91
%3
%4

Triadic Colors of #f516ed

#f516ed #edf516 #16edf5

Analogous Colors of #f516ed

#f516ed #f5167e #8e16f5

Monochromatic Colors of #f516ed

#f516ed

Complementary Color

#f516ed #16f51e

#f516ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f516ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f516ed Color CSS Codes

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

#f516ed Text Font Color

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

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


#f516ed Background Color

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

This div background color is #f516ed


#f516ed Border Color

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

This div border color is #f516ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f516ed


Comments

No comments written yet.

Please login to write comment.