Color Hex Logo

#f51fdc Color Hex

#F51FDC
(245,31,220)
0 Favorites   0 Comments

Color spaces of #f51fdc

RGB 24531220
HSL0.850.910.54
HSV307°87°96°
CMYK 0.000.870.10   0.04
XYZ51.064425.559869.9523
Yxy25.55980.34840.1744
Hunter Lab50.556791.8183-46.6464
CIE-Lab57.616889.1574-45.6492

#f51fdc color RGB value is (245,31,220).

#f51fdc hex color red value is 245, green value is 31 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f51fdc hue: 0.85 , saturation: 0.91 and the lightness value of f51fdc is 0.54.

The process color (four color CMYK) of #f51fdc color hex is 0.00, 0.87, 0.10, 0.04. Web safe color of #f51fdc is #ff33cc. Color #f51fdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00011111 11011100
Octal 365 37 334
Decimal 245 31 220
Hex F5 1F DC

RGB Percentages of Color #f51fdc

%49.40
%6.25
%44.35

CMYK Percentages of Color #f51fdc

%0
%87
%10
%4

Triadic Colors of #f51fdc

#f51fdc #dcf51f #1fdcf5

Analogous Colors of #f51fdc

#f51fdc #f51f71 #a31ff5

Monochromatic Colors of #f51fdc

#f51fdc

Complementary Color

#f51fdc #1ff538

#f51fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51fdc Color CSS Codes

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

#f51fdc Text Font Color

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

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


#f51fdc Background Color

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

This div background color is #f51fdc


#f51fdc Border Color

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

This div border color is #f51fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51fdc

Related Colors


Comments

No comments written yet.

Please login to write comment.