Color Hex Logo

#f509da Color Hex

#F509DA
(245,9,218)
0 Favorites   0 Comments

Color spaces of #f509da

RGB 2459218
HSL0.850.930.50
HSV307°96°96°
CMYK 0.000.960.11   0.04
XYZ50.408824.669868.4346
Yxy24.66980.35120.1719
Hunter Lab49.668794.2395-46.9229
CIE-Lab56.752391.1370-45.8826

#f509da color RGB value is (245,9,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00001001 11011010
Octal 365 11 332
Decimal 245 9 218
Hex F5 9 DA

RGB Percentages of Color #f509da

%51.91
%1.91
%46.19

CMYK Percentages of Color #f509da

%0
%96
%11
%4

Triadic Colors of #f509da

#f509da #daf509 #09daf5

Analogous Colors of #f509da

#f509da #f50964 #9a09f5

Monochromatic Colors of #f509da

#f509da

Complementary Color

#f509da #09f524

#f509da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f509da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f509da Color CSS Codes

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

#f509da Text Font Color

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

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


#f509da Background Color

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

This div background color is #f509da


#f509da Border Color

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

This div border color is #f509da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f509da


Comments

No comments written yet.

Please login to write comment.