Color Hex Logo

#f506ca Color Hex

#F506CA
(245,6,202)
0 Favorites   0 Comments

Color spaces of #f506ca

RGB 2456202
HSL0.860.950.49
HSV311°98°96°
CMYK 0.000.980.18   0.04
XYZ48.382023.807057.9223
Yxy23.80700.37190.1830
Hunter Lab48.792491.6118-36.2295
CIE-Lab55.894089.3376-38.0983

#f506ca color RGB value is (245,6,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00000110 11001010
Octal 365 6 312
Decimal 245 6 202
Hex F5 6 CA

RGB Percentages of Color #f506ca

%54.08
%1.32
%44.59

CMYK Percentages of Color #f506ca

%0
%98
%18
%4

Triadic Colors of #f506ca

#f506ca #caf506 #06caf5

Analogous Colors of #f506ca

#f506ca #f50653 #a906f5

Monochromatic Colors of #f506ca

#f506ca

Complementary Color

#f506ca #06f531

#f506ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f506ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f506ca Color CSS Codes

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

#f506ca Text Font Color

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

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


#f506ca Background Color

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

This div background color is #f506ca


#f506ca Border Color

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

This div border color is #f506ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f506ca


Comments

No comments written yet.

Please login to write comment.