Color Hex Logo

#f506c3 Color Hex

#F506C3
(245,6,195)
0 Favorites   0 Comments

Color spaces of #f506c3

RGB 2456195
HSL0.870.950.49
HSV313°98°96°
CMYK 0.000.980.20   0.04
XYZ47.571623.482953.6551
Yxy23.48290.38150.1883
Hunter Lab48.459290.4271-31.7258
CIE-Lab55.566388.5087-34.5819

#f506c3 color RGB value is (245,6,195).

#f506c3 hex color red value is 245, green value is 6 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #f506c3 hue: 0.87 , saturation: 0.95 and the lightness value of f506c3 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00000110 11000011
Octal 365 6 303
Decimal 245 6 195
Hex F5 6 C3

RGB Percentages of Color #f506c3

%54.93
%1.35
%43.72

CMYK Percentages of Color #f506c3

%0
%98
%20
%4

Triadic Colors of #f506c3

#f506c3 #c3f506 #06c3f5

Analogous Colors of #f506c3

#f506c3 #f5064b #b006f5

Monochromatic Colors of #f506c3

#f506c3

Complementary Color

#f506c3 #06f538

#f506c3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f506c3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f506c3 Color CSS Codes

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

#f506c3 Text Font Color

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

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


#f506c3 Background Color

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

This div background color is #f506c3


#f506c3 Border Color

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

This div border color is #f506c3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f506c3


Comments

No comments written yet.

Please login to write comment.