Color Hex Logo

#f507b9 Color Hex

#F507B9
(245,7,185)
0 Favorites   0 Comments

Color spaces of #f507b9

RGB 2457185
HSL0.880.940.49
HSV315°97°96°
CMYK 0.000.970.24   0.04
XYZ46.489123.067247.9011
Yxy23.06720.39580.1964
Hunter Lab48.028388.7298-25.5131
CIE-Lab55.141587.3055-29.4525

#f507b9 color RGB value is (245,7,185).

#f507b9 hex color red value is 245, green value is 7 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #f507b9 hue: 0.88 , saturation: 0.94 and the lightness value of f507b9 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00000111 10111001
Octal 365 7 271
Decimal 245 7 185
Hex F5 7 B9

RGB Percentages of Color #f507b9

%56.06
%1.60
%42.33

CMYK Percentages of Color #f507b9

%0
%97
%24
%4

Triadic Colors of #f507b9

#f507b9 #b9f507 #07b9f5

Analogous Colors of #f507b9

#f507b9 #f50742 #ba07f5

Monochromatic Colors of #f507b9

#f507b9

Complementary Color

#f507b9 #07f543

#f507b9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f507b9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f507b9 Color CSS Codes

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

#f507b9 Text Font Color

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

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


#f507b9 Background Color

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

This div background color is #f507b9


#f507b9 Border Color

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

This div border color is #f507b9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f507b9


Comments

No comments written yet.

Please login to write comment.