Color Hex Logo

#f508d1 Color Hex

#F508D1
(245,8,209)
0 Favorites   0 Comments

Color spaces of #f508d1

RGB 2458209
HSL0.860.940.50
HSV309°97°96°
CMYK 0.000.970.15   0.04
XYZ49.251624.189662.3948
Yxy24.18960.36260.1781
Hunter Lab49.182992.6791-40.7889
CIE-Lab56.277190.0640-41.5059

#f508d1 color RGB value is (245,8,209).

#f508d1 hex color red value is 245, green value is 8 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #f508d1 hue: 0.86 , saturation: 0.94 and the lightness value of f508d1 is 0.50.

The process color (four color CMYK) of #f508d1 color hex is 0.00, 0.97, 0.15, 0.04. Web safe color of #f508d1 is #ff00cc. Color #f508d1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00001000 11010001
Octal 365 10 321
Decimal 245 8 209
Hex F5 8 D1

RGB Percentages of Color #f508d1

%53.03
%1.73
%45.24

CMYK Percentages of Color #f508d1

%0
%97
%15
%4

Triadic Colors of #f508d1

#f508d1 #d1f508 #08d1f5

Analogous Colors of #f508d1

#f508d1 #f5085a #a308f5

Monochromatic Colors of #f508d1

#f508d1

Complementary Color

#f508d1 #08f52c

#f508d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f508d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f508d1 Color CSS Codes

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

#f508d1 Text Font Color

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

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


#f508d1 Background Color

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

This div background color is #f508d1


#f508d1 Border Color

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

This div border color is #f508d1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f508d1


Comments

No comments written yet.

Please login to write comment.