Color Hex Logo

#f579ca Color Hex

#F579CA
(245,121,202)
0 Favorites   0 Comments

Color spaces of #f579ca

RGB 245121202
HSL0.890.860.72
HSV321°51°96°
CMYK 0.000.510.18   0.04
XYZ55.154237.351560.1797
Yxy37.35150.36120.2446
Hunter Lab61.115954.1351-15.6007
CIE-Lab67.539956.9596-20.0977

#f579ca color RGB value is (245,121,202).

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

The process color (four color CMYK) of #f579ca color hex is 0.00, 0.51, 0.18, 0.04. Web safe color of #f579ca is #ff66cc. Color #f579ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01111001 11001010
Octal 365 171 312
Decimal 245 121 202
Hex F5 79 CA

RGB Percentages of Color #f579ca

%43.13
%21.30
%35.56

CMYK Percentages of Color #f579ca

%0
%51
%18
%4

Triadic Colors of #f579ca

#f579ca #caf579 #79caf5

Analogous Colors of #f579ca

#f579ca #f5798c #e279f5

Monochromatic Colors of #f579ca

#f579ca

Complementary Color

#f579ca #79f5a4

#f579ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f579ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f579ca Color CSS Codes

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

#f579ca Text Font Color

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

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


#f579ca Background Color

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

This div background color is #f579ca


#f579ca Border Color

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

This div border color is #f579ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f579ca


Comments

No comments written yet.

Please login to write comment.