Color Hex Logo

#f504da Color Hex

#F504DA
(245,4,218)
0 Favorites   0 Comments

Color spaces of #f504da

RGB 2454218
HSL0.850.970.49
HSV307°98°96°
CMYK 0.000.980.11   0.04
XYZ50.354524.561368.4165
Yxy24.56130.35130.1714
Hunter Lab49.559494.6350-47.1581
CIE-Lab56.645591.4520-46.0517

#f504da color RGB value is (245,4,218).

#f504da hex color red value is 245, green value is 4 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f504da hue: 0.85 , saturation: 0.97 and the lightness value of f504da is 0.49.

The process color (four color CMYK) of #f504da color hex is 0.00, 0.98, 0.11, 0.04. Web safe color of #f504da is #ff00cc. Color #f504da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00000100 11011010
Octal 365 4 332
Decimal 245 4 218
Hex F5 4 DA

RGB Percentages of Color #f504da

%52.46
%0.86
%46.68

CMYK Percentages of Color #f504da

%0
%98
%11
%4

Triadic Colors of #f504da

#f504da #daf504 #04daf5

Analogous Colors of #f504da

#f504da #f50461 #9804f5

Monochromatic Colors of #f504da

#f504da

Complementary Color

#f504da #04f51f

#f504da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f504da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f504da Color CSS Codes

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

#f504da Text Font Color

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

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


#f504da Background Color

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

This div background color is #f504da


#f504da Border Color

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

This div border color is #f504da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f504da


Comments

No comments written yet.

Please login to write comment.